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

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

Issue 477133004: Printe Preview: add 'More/less options' button and make non-essential sections collapsible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Print Preview UI tests adjusted. Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <div id="color-settings" 1 <div id="color-settings"
2 class="color-settings two-column visible" 2 class="color-settings two-column"
3 aria-live="polite" 3 aria-live="polite"
4 hidden> 4 hidden>
5 <h1 i18n-content="optionColor"></h1> 5 <h1 i18n-content="optionColor"></h1>
6 <div class="right-column"> 6 <div class="right-column">
7 <div class="radio"><label> 7 <div class="radio"><label>
8 <input class="color-option" type="radio" name="color"> 8 <input class="color-option" type="radio" name="color">
9 <span i18n-content="optionColor"></span> 9 <span i18n-content="optionColor"></span>
10 </label></div> 10 </label></div>
11 <div class="radio"><label> 11 <div class="radio"><label>
12 <input class="bw-option" type="radio" name="color" checked> 12 <input class="bw-option" type="radio" name="color" checked>
13 <span i18n-content="optionBw"></span> 13 <span i18n-content="optionBw"></span>
14 </label></div> 14 </label></div>
15 </div> 15 </div>
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698