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

Unified Diff: chrome/browser/resources/options2/language_add_language_overlay.html

Issue 9705010: ChromeOS language overlay: Move cancel button to the right (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: get rid of unnecessary CSS Created 8 years, 9 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 | chrome/browser/resources/options2/language_options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/language_add_language_overlay.html
diff --git a/chrome/browser/resources/options2/language_add_language_overlay.html b/chrome/browser/resources/options2/language_add_language_overlay.html
index 942303370dcbff89edc4f3bf234b86a893010ed0..f49dd928bfae3d2fc8ce0d9edaace142d02c4520 100644
--- a/chrome/browser/resources/options2/language_add_language_overlay.html
+++ b/chrome/browser/resources/options2/language_add_language_overlay.html
@@ -1,10 +1,16 @@
<div id="add-language-overlay-page" class="page" hidden>
<div class="close-button"></div>
<if expr="pp_ifdef('chromeos')">
- <ul id="add-language-overlay-language-list">
- </ul>
- <button id="add-language-overlay-cancel-button"
- i18n-content="cancel"></button>
+ <div class="content-area">
+ <ul id="add-language-overlay-language-list">
+ </ul>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="add-language-overlay-cancel-button"
+ i18n-content="cancel"></button>
James Hawkins 2012/03/14 18:17:46 Two nits in one! * Indentation should be 4 spaces
+ </div>
+ </div>
</if>
<if expr="not pp_ifdef('chromeos')">
<h1 i18n-content="add_language_title"></h1>
« no previous file with comments | « no previous file | chrome/browser/resources/options2/language_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698