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

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

Issue 12087105: Use drop-down UI for "add language". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasing Created 7 years, 10 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 fa4adcc703a12c81f8388e74cc5f5694d66c0835..1d95096435a4217bd6b3463a77b30c7c76bb8601 100644
--- a/chrome/browser/resources/options/language_options.css
+++ b/chrome/browser/resources/options/language_options.css
@@ -127,34 +127,6 @@
z-index: 10;
}
-/* In ChromeOS we present the language choices as a big page of links. */
-<if expr="pp_ifdef('chromeos')">
-#add-language-overlay-language-list {
- -webkit-column-count: 2;
- -webkit-column-gap: 20px;
-}
-
-#add-language-overlay-language-list > li > button.link-button {
- padding-bottom: 8px;
- padding-top: 8px;
-}
-
-#add-language-overlay-page {
- width: 800px;
-}
-
-#add-language-overlay-page button.link-button {
- padding-left: 0;
- padding-right: 0;
- text-align: left;
-}
-
-#add-language-overlay-page ul {
- margin: 0;
- padding: 0;
-}
-</if>
-
/* TODO(kochi): This is temporary copy from new_tab.css */
/* Notification */

Powered by Google App Engine
This is Rietveld 408576698