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

Side by Side Diff: chrome/browser/resources/print_preview/settings/other_options_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="other-options-settings" 1 <div id="other-options-settings"
2 class="other-options-settings two-column" hidden> 2 class="other-options-settings two-column" hidden>
3 <h1 i18n-content="optionsLabel"></h1> 3 <div class="left-column">
4 <h1 i18n-content="optionsLabel"></h1>
5 </div>
4 <div class="right-column checkbox"> 6 <div class="right-column checkbox">
5 <div class="header-footer-container checkbox"> 7 <div class="header-footer-container checkbox">
6 <label aria-live="polite"> 8 <label aria-live="polite">
7 <input class="header-footer-checkbox" type="checkbox"> 9 <input class="header-footer-checkbox" type="checkbox">
8 <span i18n-content="optionHeaderFooter"></span> 10 <span i18n-content="optionHeaderFooter"></span>
9 </label> 11 </label>
10 </div> 12 </div>
11 <div class="fit-to-page-container checkbox"> 13 <div class="fit-to-page-container checkbox">
12 <label aria-live="polite"> 14 <label aria-live="polite">
13 <input class="fit-to-page-checkbox" type="checkbox"> 15 <input class="fit-to-page-checkbox" type="checkbox">
(...skipping 13 matching lines...) Expand all
27 </label> 29 </label>
28 </div> 30 </div>
29 <div class="selection-only-container checkbox"> 31 <div class="selection-only-container checkbox">
30 <label aria-live="polite"> 32 <label aria-live="polite">
31 <input class="selection-only-checkbox" type="checkbox"> 33 <input class="selection-only-checkbox" type="checkbox">
32 <span i18n-content="optionSelectionOnly"></span> 34 <span i18n-content="optionSelectionOnly"></span>
33 </label> 35 </label>
34 </div> 36 </div>
35 </div> 37 </div>
36 </div> 38 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698