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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css

Issue 2856933004: ChromeOS OOBE: Fix language and keyboard md-select look. (Closed)
Patch Set: Nits. Created 3 years, 8 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/chromeos/login/oobe_i18n_dropdown.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
index 196a2206c1b1d9e16af9984fe373b63c96e4a531..659bb4f1d239ccd22cb9bb08b56b5dfd88b9f120 100644
--- a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
+++ b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
@@ -5,13 +5,5 @@
:host {
font-family: Roboto, sans-serif;
font-size: 13px;
- width: 240px;
-}
-
-#container {
- height: 100%;
-}
-
-#container select {
- width: 100%;
+ --md-select-width: 240px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698