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

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

Issue 8695007: Replace TOUCH_UI condition in WebUI with dynamic flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny tweaks based on CR feedback Created 9 years, 1 month 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 384f64bacbca4e782099e5b92631526071a05f3d..c1dc7a409039a7008fff2370e42d36fddfb1786a 100644
--- a/chrome/browser/resources/options/language_options.css
+++ b/chrome/browser/resources/options/language_options.css
@@ -118,7 +118,10 @@
margin-top: 12px;
}
-<if expr="not pp_ifdef('touchui')">
+/*
+ * In ChromeOS we present the language choices as a big page of links.
+ */
+
html[os=chromeos] #add-language-overlay-language-list {
-webkit-column-count: 2;
-webkit-column-gap: 20px;
@@ -145,7 +148,6 @@ html[os=chromeos] #add-language-overlay-page ul {
padding: 0;
margin: 0;
}
-</if>
/* TODO(kochi): This is temporary copy from new_tab.css */
/* Notification */

Powered by Google App Engine
This is Rietveld 408576698