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

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

Issue 387073002: Print preview changes for App Kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PrintPreviewWebUITest.* Created 6 years, 5 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/settings/destination_settings.css
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css
index d27992d4a46732f63cceda6ebfdf56eae8d369ae..2cfc3d2c9596b5ff3a3bbcf2421fb2cdc16d6f69 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.css
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
@@ -9,7 +9,7 @@
#destination-settings .throbber {
display: block;
- margin-bottom: 14px;
+ margin-bottom: 4px;
margin-top: 8px;
}
@@ -17,7 +17,6 @@
-webkit-box-align: center;
display: -webkit-box;
height: 28px;
- margin-bottom: 10px;
}
.destination-settings-box.stale {
@@ -25,7 +24,7 @@
}
#destination-settings .destination-settings-change-button {
- margin-bottom: 10px;
+ margin: 10px 0;
}
.destination-settings-icon {

Powered by Google App Engine
This is Rietveld 408576698