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

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: message font size 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..02784ad4a110fcf34bef55196a4a8c4948a47969 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: 2.75em;
}
#copies.invalid {
@@ -261,7 +261,7 @@ label {
font-weight: 600;
min-width: 0;
position: relative;
- width: 25px;
+ width: 2em;
}
#increment:focus,
@@ -360,6 +360,7 @@ html[dir='rtl'] #decrement {
#messages {
color: #404040;
+ font-size: 1.1em;
position: relative;
text-align: center;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
@@ -381,9 +382,7 @@ html[dir='rtl'] #decrement {
}
.message-with-dots span span {
- -webkit-animation-duration: 1800ms;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-name: dancing-dots-jump;
+ -webkit-animation: dancing-dots-jump 1800ms infinite;
padding: 1px;
position: relative;
}
@@ -411,7 +410,8 @@ html:not([toolkit=views]) .button-strip {
-webkit-box-direction: reverse;
}
-.button-strip button {
+#print-preview .button-strip button {
+ -webkit-margin-start: 4px;
display: block;
}
« no previous file with comments | « chrome/browser/resources/options2/options_page.css ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698