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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_header.html
diff --git a/chrome/browser/resources/print_preview/print_header.html b/chrome/browser/resources/print_preview/print_header.html
index 2e2d2383000367b1e4c3bb810f5dff90986f4d0d..492ea3bfd19a15b038b9c7dd71fd7c46806927c6 100644
--- a/chrome/browser/resources/print_preview/print_header.html
+++ b/chrome/browser/resources/print_preview/print_header.html
@@ -1,7 +1,7 @@
<div id="print-header">
<span class="summary"></span>
<div class="button-strip">
- <button class="cancel" i18n-content="cancel"></button>
<button class="print default" i18n-content="printButton" disabled></button>
+ <button class="cancel" i18n-content="cancel"></button>
</div>
</div>
« 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