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

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

Issue 14752026: Changes to print preview layout. (Closed) Base URL: http://git.chromium.org/chromium/src.git@constrained-printpreview
Patch Set: Rebase Created 7 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
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 a990d8c7fced7fa2f01fa7105b5f7aa8f89f728e..68f65d265f95ee5fce8e6307994c5503325dcab0 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.css
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
@@ -16,9 +16,12 @@
#destination-settings .destination-settings-box {
-webkit-box-align: center;
display: -webkit-box;
- height: 32px;
- margin-top: 0;
- padding-bottom: 6px;
+ height: 29px;
+ margin-bottom: 10px;
+}
+
+#destination-settings .destination-settings-change-button {
+ margin-bottom: 10px;
}
.destination-settings-icon {
@@ -30,7 +33,7 @@
.destination-settings-info-wrapper {
-webkit-box-flex: 1;
- height: 32px;
+ height: 29px;
position: relative;
}

Powered by Google App Engine
This is Rietveld 408576698