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

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

Issue 7215045: Print Preview: Fixing pages textfield appearance when scrollbar is visible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing nits Created 9 years, 6 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 | « no previous file | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 53019a95252b0e6c37a05c8dc504fc0a125e0464..2d91639ebc25308b0f1f30624f6e15e23111c435 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -611,8 +611,21 @@ input[type='radio']:focus {
visibility: visible;
}
-body #individual-pages {
- width: 81.5%;
+#print-pages-div {
+ -webkit-box-align: center;
+ -webkit-box-orient: horizontal;
+ display: -webkit-box;
+}
+
+#print-pages-div > label {
+ -webkit-box-flex: 1;
+ display: -webkit-box;
+}
+
+#individual-pages {
+ -webkit-box-flex: 1;
+ -webkit-margin-start: 5px;
+ display: block;
}
#print-summary {
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698