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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="copies-option" class="two-column visible"> 1 <div id="copies-option" class="two-column visible">
2 <h1 i18n-content="copiesLabel"></h1> 2 <h1 i18n-content="copiesLabel"></h1>
3 <div class="right-column"> 3 <div class="right-column">
4 <div> 4 <div>
5 <input id="copies" type="text" value="1" maxlength="3"> 5 <input id="copies" type="text" value="1" maxlength="3">
6 <button id="increment" 6 <button id="increment"
7 i18n-values="title:incrementTitle;">+</button> 7 i18n-values="title:incrementTitle;">+</button>
8 <button id="decrement" 8 <button id="decrement"
9 i18n-values="title:decrementTitle;">–</button> 9 i18n-values="title:decrementTitle;">–</button>
10 <span id="collate-option" hidden aria-hidden="true" aria-live="polite"> 10 <label id="collate-option" aria-live="polite" hidden>
11 <input id="collate" type="checkbox"> 11 <input id="collate" type="checkbox">
12 <label for="collate" i18n-content="optionCollate"></label> 12 <span i18n-content="optionCollate"></span>
13 </span> 13 </label>
14 </div> 14 </div>
15 <span id="copies-hint" class="hint" 15 <span id="copies-hint" class="hint"
16 i18n-content="copiesInstruction" aria-hidden="true" aria-live="polite"> 16 i18n-content="copiesInstruction" aria-live="polite">
17 </span> 17 </span>
18 <div id="two-sided-div"> 18 <label id="two-sided-option" aria-live="polite">
19 <input id="two-sided" type="checkbox"> 19 <input id="two-sided" type="checkbox">
20 <label for="two-sided" i18n-content="optionTwoSided"></label> 20 <span i18n-content="optionTwoSided"></span>
21 </div> 21 </label>
22 </div> 22 </div>
23 </div> 23 </div>
OLDNEW
« 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