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

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

Issue 7064006: Print Preview: Fixing printer list when no printer is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing nits Created 9 years, 7 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.css
diff --git a/chrome/browser/resources/print_preview.css b/chrome/browser/resources/print_preview.css
index 89dd77f22b9253f858072e99df8bf4c0114eec3c..a55023d5ff82a50c32defbc916d79947b8fcfe27 100644
--- a/chrome/browser/resources/print_preview.css
+++ b/chrome/browser/resources/print_preview.css
@@ -216,6 +216,10 @@ button {
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
+button.loading {
+ cursor: progress;
+}
+
button.default {
-webkit-padding-end: 21px;
-webkit-padding-start: 21px;
@@ -506,6 +510,8 @@ select {
border: 1px solid #a0a0a0;
font-size: 13px;
font-weight: 400;
+ margin-bottom: 0;
+ margin-top: 0;
outline: 0;
padding-bottom: 3px;
padding-top: 3px;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698