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

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

Issue 6296017: dom-ui settings: enable languages & spell checker settings for all platforms.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: chromeos namespace fix, part 4 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
===================================================================
--- chrome/browser/resources/options/language_options.css (revision 71884)
+++ chrome/browser/resources/options/language_options.css (working copy)
@@ -9,7 +9,7 @@
.language-options h3 {
James Hawkins 2011/01/20 03:11:08 h3 should be set already by options_page.css.
csilv 2011/01/20 20:09:55 This needs to be styled a bit differently for its
-webkit-margin-start: 12px;
- font-size: 75%;
+ font-size: 100%;
font-weight: bold;
margin-top: 12px;
}
@@ -73,7 +73,7 @@
#language-options-list {
-webkit-box-flex: 1;
- padding: 0;
+ padding: 1px 0 0;
width: 100%;
}
@@ -87,31 +87,32 @@
margin-top: 12px;
}
-#add-language-overlay-language-list {
+#add-language-overlay-language-list[os=chromeos] {
-webkit-column-count: 2;
-webkit-column-gap: 20px;
}
-#add-language-overlay-cancel-button {
+#add-language-overlay-cancel-button[os=chromeos] {
/* Place the button in the center. */
display: block;
margin: auto;
margin-top: 15px;
}
-#add-language-overlay-page {
+#add-language-overlay-page[os=chromeos] {
width: 800px;
}
-#add-language-overlay-page button {
+#add-language-overlay-page[os=chromeos] button {
padding: 0;
text-align: left;
}
-#add-language-overlay-page ul {
+#add-language-overlay-page[os=chromeos] ul {
padding: 0;
margin: 0;
}
+
/* TODO(kochi): This is temporary copy from new_new_tab.css */
/* Notification */

Powered by Google App Engine
This is Rietveld 408576698