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

Unified Diff: chrome/browser/resources/options2/chromeos/pointer_overlay.html

Issue 10155030: Fix button order to OK, Cancel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: chrome/browser/resources/options2/chromeos/pointer_overlay.html
diff --git a/chrome/browser/resources/options2/chromeos/pointer_overlay.html b/chrome/browser/resources/options2/chromeos/pointer_overlay.html
index 1137e5a09523b5a419aa4b890d13005041002c07..ff5a67f5ea06e08d150dc864f2292900d409bf47 100644
--- a/chrome/browser/resources/options2/chromeos/pointer_overlay.html
+++ b/chrome/browser/resources/options2/chromeos/pointer_overlay.html
@@ -32,10 +32,10 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="pointer-overlay-confirm" type="submit" i18n-content="ok">
- </button>
<button id="pointer-overlay-cancel" type="reset" i18n-content="cancel">
</button>
+ <button id="pointer-overlay-confirm" type="submit" i18n-content="ok">
+ </button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698