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

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

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 | « chrome/browser/resources/print_preview/print_preview.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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index 74f4c0c879d7644bdf7193141a4e2acf7a6f8ef5..8bf4469fc4c9db12ec66133f4d9601ce43d1d38e 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -37,12 +37,14 @@
<label for="all-pages" i18n-content="optionAllPages"></label>
</div>
<div>
- <input id="print-pages" name="pages" type="radio"
- i18n-values="aria-label:printPagesLabel;"/>
- <label for="print-pages">
- <input id="individual-pages" type="text"
- i18n-values="placeholder:examplePageRangeText"/>
- </label>
+ <div id="print-pages-div">
+ <input id="print-pages" name="pages" type="radio"
+ i18n-values="aria-label:printPagesLabel;"/>
+ <label for="print-pages">
+ <input id="individual-pages" type="text"
+ i18n-values="placeholder:examplePageRangeText"/>
+ </label>
+ </div>
<span id="individual-pages-hint" class="hint"
i18n-content="pageRangeInstruction" aria-hidden="true"
aria-live="polite"></span>
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698