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

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

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix print preview 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 4168a445138d486e89b73063b7e61878a816091b..bf1af78479e917801fa65595aacab8db66cd3092 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -32,7 +32,7 @@ header {
}
#print-header {
- -webkit-padding-end: 16px;
+ -webkit-padding-end: 14px;
padding-bottom: 10px;
padding-top: 10px;
}
@@ -125,11 +125,11 @@ button.loading {
cursor: progress;
}
-button.default {
+#print-preview button.default {
font-weight: bold;
}
-button.default:not(:focus):not(:disabled) {
+#print-preview button.default:not(:focus):not(:disabled) {
border-color: #808080;
}
@@ -246,7 +246,7 @@ label {
#copies {
position: relative;
- width: 1.5em;
+ width: 2em;
dpapad 2012/03/02 16:34:10 Could we make this 2.75em, so that it can fit the
Dan Beam 2012/03/02 17:58:43 2.75em - why not 3em? confident that no number dig
Evan Stade 2012/03/02 19:46:20 no, actually, in CJK fonts most characters are wid
Dan Beam 2012/03/02 20:24:42 it will be possible when users are allowed to chan
}
#copies.invalid {
@@ -261,7 +261,7 @@ label {
font-weight: 600;
min-width: 0;
position: relative;
- width: 25px;
+ width: 2em;
}
#increment:focus,
@@ -411,7 +411,8 @@ html:not([toolkit=views]) .button-strip {
-webkit-box-direction: reverse;
}
-.button-strip button {
+#print-preview .button-strip button {
Dan Beam 2012/03/02 20:24:42 if we're depending on not conflicting with other .
Evan Stade 2012/03/02 21:47:02 yep, specificity
+ -webkit-margin-start: 4px;
display: block;
}

Powered by Google App Engine
This is Rietveld 408576698