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

Unified Diff: chrome/browser/resources/options2/chromeos/keyboard_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/keyboard_overlay.html
diff --git a/chrome/browser/resources/options2/chromeos/keyboard_overlay.html b/chrome/browser/resources/options2/chromeos/keyboard_overlay.html
index 75cba27d0b4785809da0f9292375c010389bf8ee..e9d9ae0dbf172d4e555b9bd6d1c456d60f8c6c6f 100644
--- a/chrome/browser/resources/options2/chromeos/keyboard_overlay.html
+++ b/chrome/browser/resources/options2/chromeos/keyboard_overlay.html
@@ -35,8 +35,8 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="keyboard-confirm" type="submit" i18n-content="ok"></button>
<button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
+ <button id="keyboard-confirm" type="submit" i18n-content="ok"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698