Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1664)

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 02784ad4a110fcf34bef55196a4a8c4948a47969..4450a3b17e570759c17888a97834bd769058f8b4 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -293,10 +293,7 @@ html[dir='rtl'] #decrement {
#system-dialog-link {
-webkit-margin-start: 16px;
margin-top: 10px;
- /* TODO: Remove !important when it is also removed from link-button in
- * chrome/browser/resources/shared/css/button.css also removes it.
- */
- padding: 0 !important;
+ padding: 0;
}
/* PDF view */

Powered by Google App Engine
This is Rietveld 408576698