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

Unified Diff: chrome/browser/resources/options/language_options.css

Issue 6393002: Fix major layout breakage in the language selection overlay on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 9 years, 11 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/options/language_options.css
diff --git a/chrome/browser/resources/options/language_options.css b/chrome/browser/resources/options/language_options.css
index 9eddb97ca6f75e183e28c73328cff2578bdb3bd6..db85662e2870bcd9eb75761aa0039bbfe1df87a9 100644
--- a/chrome/browser/resources/options/language_options.css
+++ b/chrome/browser/resources/options/language_options.css
@@ -87,30 +87,30 @@
margin-top: 12px;
}
-#add-language-overlay-language-list[os=chromeos] {
+html[os=chromeos] #add-language-overlay-language-list {
-webkit-column-count: 2;
-webkit-column-gap: 20px;
}
-#add-language-overlay-cancel-button[os=chromeos] {
+html[os=chromeos] #add-language-overlay-cancel-button {
/* Place the button in the center. */
display: block;
margin: auto;
- margin-top: 15px;
+ margin: 0px 0px 20px 20px;
}
-#add-language-overlay-page[os=chromeos] {
+html[os=chromeos] #add-language-overlay-page {
width: 800px;
}
-#add-language-overlay-page[os=chromeos] button {
+html[os=chromeos] #add-language-overlay-page button.link-button {
padding: 0;
text-align: left;
}
-#add-language-overlay-page[os=chromeos] ul {
+html[os=chromeos] #add-language-overlay-page ul {
padding: 0;
- margin: 0;
+ margin: 20px;
}
/* TODO(kochi): This is temporary copy from new_new_tab.css */
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | chrome/browser/resources/options/options_page.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698