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

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

Issue 2814893002: Print Preview: Fix small radio buttons (Closed)
Patch Set: Match normal font size for min button size 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..2a7b2a0daa3aa17503631052f7281d22ee85c26e 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/12 00:03:03 Nit (optional): You can avoid repeating value lite
rbpotter 2017/04/12 00:23:33 Done.
+ min-height: 13.19px;
+ min-width: 13.19px;
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