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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: estade review Created 8 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 59023077e5e7e6209c1b4d1f8c280a0dc374ec56..46351f6dafc0227ef7553f8ce5dcdc872286881b 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -1,7 +1,6 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
html {
height: 100%;
@@ -38,7 +37,7 @@ header {
}
#print-summary {
- color: #53637d;
+ color: rgb(83, 99, 125);
display: block;
min-height: 30px;
}
@@ -63,7 +62,8 @@ header {
width: auto;
}
-.right-column .checkbox, .right-column .radio {
+.right-column .checkbox,
+.right-column .radio {
margin: 0;
}
@@ -107,8 +107,8 @@ h1 {
-webkit-padding-start: 16px;
outline: 0;
padding-top: 10px;
- text-decoration: none;
text-align: start;
+ text-decoration: none;
}
.preview-link-button:hover:not(:disabled) {
@@ -149,7 +149,7 @@ span.hint.visible {
-webkit-animation-duration: 200ms;
-webkit-animation-fill-mode: forwards;
-webkit-user-select: text;
- color: #8c1414;
+ color: rgb(140, 20, 20);
height: auto;
margin-bottom: -5px;
margin-top: 5px;
@@ -250,8 +250,8 @@ label {
}
#copies.invalid {
- background: #fff0f0;
- color: #8c1414;
+ background: rgb(255, 240, 240);
+ color: rgb(140, 20, 20);
}
#increment,
@@ -341,7 +341,7 @@ html[dir='rtl'] #decrement {
* pluginFadeOutTransitionDuration = 350ms */
-webkit-transition-delay: 350ms;
-webkit-user-select: none;
- background: #cccccc;
+ background: #ccc;
height: 100%;
margin: 0;
opacity: 1;
@@ -447,7 +447,7 @@ html[dir='rtl'] #decrement {
color: black;
display: inline-block;
font-style: italic;
+ padding: 0 10px;
text-align: center;
text-decoration: none;
- padding: 0 10px;
}

Powered by Google App Engine
This is Rietveld 408576698