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

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

Issue 8566025: print preview css: fix labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/copies_settings.html
diff --git a/chrome/browser/resources/print_preview/copies_settings.html b/chrome/browser/resources/print_preview/copies_settings.html
index e62ab5d80171d5fbc011436f3bb6671576de6aa5..1d10b3f04af23d820bc52f586e9647a768269f62 100644
--- a/chrome/browser/resources/print_preview/copies_settings.html
+++ b/chrome/browser/resources/print_preview/copies_settings.html
@@ -7,17 +7,17 @@
i18n-values="title:incrementTitle;">+</button>
<button id="decrement"
i18n-values="title:decrementTitle;">–</button>
- <span id="collate-option" hidden aria-hidden="true" aria-live="polite">
+ <label id="collate-option" aria-live="polite" hidden>
<input id="collate" type="checkbox">
- <label for="collate" i18n-content="optionCollate"></label>
- </span>
+ <span i18n-content="optionCollate"></span>
+ </label>
</div>
<span id="copies-hint" class="hint"
- i18n-content="copiesInstruction" aria-hidden="true" aria-live="polite">
+ i18n-content="copiesInstruction" aria-live="polite">
</span>
- <div id="two-sided-div">
+ <label id="two-sided-option" aria-live="polite">
<input id="two-sided" type="checkbox">
- <label for="two-sided" i18n-content="optionTwoSided"></label>
- </div>
+ <span i18n-content="optionTwoSided"></span>
+ </label>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/color_settings.html ('k') | chrome/browser/resources/print_preview/copies_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698