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

Side by Side Diff: chrome/browser/resources/print_preview/settings/copies_settings.html

Issue 565213005: Make Print Preview elements transitions smoother. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 <div id="copies-settings" class="two-column" hidden> 1 <div id="copies-settings" class="two-column" hidden>
2 <h1 id="copies-label" i18n-content="copiesLabel"></h1> 2 <div class="left-column">
3 <h1 id="copies-label" i18n-content="copiesLabel"></h1>
4 </div>
3 <div class="right-column"> 5 <div class="right-column">
4 <div id="copies-settings-box"> 6 <div id="copies-settings-box">
5 <input class="copies" type="text" value="1" maxlength="3" 7 <input class="copies" type="text" value="1" maxlength="3"
6 aria-labelledby="copies-label"> 8 aria-labelledby="copies-label">
7 <button class="increment" i18n-values="title:incrementTitle;">+</button> 9 <button class="increment" i18n-values="title:incrementTitle;">+</button>
8 <button class="decrement" i18n-values="title:decrementTitle;">–</button> 10 <button class="decrement" i18n-values="title:decrementTitle;">–</button>
9 <div class="collate-container checkbox" aria-live="polite" hidden><label> 11 <div class="collate-container checkbox" aria-live="polite" hidden><label>
10 <input class="collate" type="checkbox" checked 12 <input class="collate" type="checkbox" checked
11 aria-labelledby="copies-collate-label"> 13 aria-labelledby="copies-collate-label">
12 <span id="copies-collate-label" i18n-content="optionCollate"></span> 14 <span id="copies-collate-label" i18n-content="optionCollate"></span>
13 </label></div> 15 </label></div>
14 </div> 16 </div>
15 <span class="hint" i18n-content="copiesInstruction" aria-live="polite"> 17 <span class="hint" i18n-content="copiesInstruction" aria-live="polite">
16 </span> 18 </span>
17 </div> 19 </div>
18 </div> 20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698