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

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

Issue 2771823005: Print Preview: Fix issues with large font sizes (Closed)
Patch Set: Created 3 years, 9 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 982b9ff4bbbc5dac03b6cb210bc2d90e195f59f5..ead635785ade2d6e0d1b7e9a81385be001919de2 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -35,7 +35,7 @@ header {
#navbar-content-title {
color: black;
- font-size: 15px;
+ font-size: 1.25em;
font-weight: normal;
margin: 0;
padding-bottom: 6px;
@@ -74,8 +74,13 @@ header {
}
.right-column .radio input[type='radio'] {
- height: 13px;
- width: 13px;
+ height: 1.1em;
+ width: 1.1em;
+}
+
+.right-column label input[type='checkbox'] {
+ height: 1.1em;
+ width: 1.1em;
}
.left-column {
@@ -88,7 +93,7 @@ header {
.left-column h1 {
color: #646464;
- font-size: 12px;
+ font-size: 1em;
margin-bottom: 0;
margin-top: 0;
}
@@ -152,7 +157,7 @@ span.hint {
font-size: 0.9em;
font-weight: bold;
height: 0;
- line-height: 10px;
+ line-height: 1em;
margin: 0;
overflow: hidden;
transition: color 200ms;

Powered by Google App Engine
This is Rietveld 408576698