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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 7554001: multi-profiles: button strip ordering (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: other one fixed too Created 9 years, 5 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/options/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index ba2fc927f2573604e4bef8db1b600c7d0017fb94..74422c4f82319597a0c68f669d6fad368c36c957 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -17,8 +17,8 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="manage-profile-ok" i18n-content="ok"></button>
<button id="manage-profile-cancel" i18n-content="cancel"></button>
+ <button id="manage-profile-ok" i18n-content="ok"></button>
</div>
</div>
</div>
@@ -30,9 +30,9 @@
</div>
<div class="action-area">
<div class="button-strip">
+ <button id="delete-profile-cancel" i18n-content="cancel"></button>
<button id="delete-profile-ok"
i18n-content="deleteProfileOK"></button>
- <button id="delete-profile-cancel" i18n-content="cancel"></button>
</div>
</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