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

Unified Diff: chrome/browser/resources/print_preview/settings/page_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
« no previous file with comments | « chrome/browser/resources/print_preview/settings/margin_settings.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/settings/page_settings.css
diff --git a/chrome/browser/resources/print_preview/settings/page_settings.css b/chrome/browser/resources/print_preview/settings/page_settings.css
index 382fab79896b135c706e6c3e7decc498243aa8fc..ed75675e05edc7983db7f9c084cedbddb3aa7a91 100644
--- a/chrome/browser/resources/print_preview/settings/page_settings.css
+++ b/chrome/browser/resources/print_preview/settings/page_settings.css
@@ -5,16 +5,18 @@
#page-settings .page-settings-print-pages-div {
-webkit-box-align: center;
display: -webkit-box;
+ padding: 0;
}
#page-settings .page-settings-custom-input-wrapper {
-webkit-box-flex: 1;
-webkit-margin-start: 0.6em;
- height: 24px;
+ height: 29px;
position: relative;
}
#page-settings .page-settings-custom-input {
+ height: 29px;
position: absolute;
width: 100%;
}
@@ -22,4 +24,8 @@
#page-settings .page-settings-custom-input.invalid {
background: rgb(255, 240, 240);
color: rgb(140, 20, 20);
+}
+
+#page-settings .radio {
+ margin-bottom: 10px;
}
« no previous file with comments | « chrome/browser/resources/print_preview/settings/margin_settings.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698