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

Unified Diff: chrome/browser/resources/shared/html/alert_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/shared/html/alert_overlay.html
diff --git a/chrome/browser/resources/shared/html/alert_overlay.html b/chrome/browser/resources/shared/html/alert_overlay.html
index df263ea4e3dfd2a2e1cfc8eac7aa5092f39b9e4d..3afcef5bfd6820e8557cf59fd7672a140ed3e176 100644
--- a/chrome/browser/resources/shared/html/alert_overlay.html
+++ b/chrome/browser/resources/shared/html/alert_overlay.html
@@ -5,8 +5,8 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="alertOverlayOk" type="submit"></button>
<button id="alertOverlayCancel" type="reset"></button>
+ <button id="alertOverlayOk" type="submit"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698