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

Side by Side Diff: chrome/browser/resources/print_preview/print_header.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="print-header"> 1 <div id="print-header">
2 <span class="summary"></span> 2 <span class="summary"></span>
3 <div class="button-strip"> 3 <div class="button-strip">
4 <button class="cancel" i18n-content="cancel"></button>
4 <button class="print default" i18n-content="printButton" disabled></button> 5 <button class="print default" i18n-content="printButton" disabled></button>
5 <button class="cancel" i18n-content="cancel"></button>
6 </div> 6 </div>
7 </div> 7 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.css ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698