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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unittests Created 9 years, 2 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/page_settings.html
diff --git a/chrome/browser/resources/print_preview/page_settings.html b/chrome/browser/resources/print_preview/page_settings.html
index 12d0beb0168b39b539e7cefca3ca2b2125743019..8e8e215733274824a708ca5733b051a10d6ee425 100644
--- a/chrome/browser/resources/print_preview/page_settings.html
+++ b/chrome/browser/resources/print_preview/page_settings.html
@@ -1,19 +1,21 @@
-<div class="two-column">
+<div class="two-column visible">
<h1 i18n-content="pagesLabel"></h1>
- <div>
- <input id="all-pages" name="pages" checked type="radio"/>
- <label for="all-pages" i18n-content="optionAllPages"></label>
- </div>
- <div>
- <div id="print-pages-div">
- <input id="print-pages" name="pages" type="radio"
- i18n-values="aria-label:printPagesLabel;"/>
- <input id="individual-pages" type="text"
- i18n-values="placeholder:examplePageRangeText"/>
+ <div class="right-column">
+ <div>
+ <input id="all-pages" name="pages" checked type="radio">
+ <label for="all-pages" i18n-content="optionAllPages"></label>
+ </div>
+ <div>
+ <div id="print-pages-div">
+ <input id="print-pages" name="pages" type="radio"
+ i18n-values="aria-label:printPagesLabel;">
+ <input id="individual-pages" type="text"
+ i18n-values="placeholder:examplePageRangeText">
+ </div>
+ <span id="individual-pages-hint" class="hint"
+ i18n-content="pageRangeInstruction" aria-hidden="true"
+ aria-live="polite">
+ </span>
</div>
- <span id="individual-pages-hint" class="hint"
- i18n-content="pageRangeInstruction" aria-hidden="true"
- aria-live="polite">
- </span>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/margin_settings.js ('k') | chrome/browser/resources/print_preview/page_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698