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

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

Issue 2814893002: Print Preview: Fix small radio buttons (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2f85f76e1694448ec5a4f8d5486bc2222b3b5f82..2336852f2dd3b44403643a072d08318aa3656dc7 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -73,13 +73,11 @@ header {
padding-top: 10px;
}
-.right-column .radio input[type='radio'] {
- height: 1.1em;
- width: 1.1em;
-}
-
+.right-column .radio input[type='radio'],
.right-column label input[type='checkbox'] {
height: 1.1em;
dpapad 2017/04/11 22:55:07 Do we want radio buttons to scale with font-size i
+ min-height: 10px;
+ min-width: 10px;
width: 1.1em;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698