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

Side by Side Diff: chrome/browser/resources/print_preview/print_header.html

Issue 510353003: Rollback Print and Cancel button positions change, it breaks the tab order. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="print default" i18n-content="printButton" disabled></button>
4 <button class="cancel" i18n-content="cancel"></button> 5 <button class="cancel" i18n-content="cancel"></button>
5 <button class="print default" i18n-content="printButton" disabled></button>
6 </div> 6 </div>
7 </div> 7 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698