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

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

Issue 2564563004: ChromeOS MD-OOBE: Add Timezone Selection screen. (Closed)
Patch Set: Created 4 years 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/chromeos/login/oobe_welcome.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome.css b/chrome/browser/resources/chromeos/login/oobe_welcome.css
index 0e905a4838b9cf1a3310588341b8929cdccd987f..c89eaccd6c347385d39c5b871a9033fa4ae189b8 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome.css
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome.css
@@ -36,7 +36,27 @@
padding: 0 24px;
}
-/************* Accessibility Screen **************/
+/************* Network Selection Screen **************/
#networkSelectionScreen .bottom-buttons {
padding: 0 6px; /* = 8px - 2px back button border */
}
+
+/************* Timezone Screen **************/
+#timezoneScreen .timezone-selection-entry {
+ border-top: 1px solid lightgrey;
+ height: 44px;
+ padding: 0 20px;
+}
+
+#timezoneScreen .timezone-selection-entry:last-of-type {
+ border-bottom: 1px solid lightgrey;
+}
+
+#timezoneScreen .timezone-selection-title {
+ color: rgba(0, 0, 0, 0.87);
+ font: 13px Roboto, sans-serif;
xiyuan 2016/12/09 17:50:59 nit: Can we just specify font-size? Think the font
Alexander Alekseev 2016/12/10 00:43:00 This is a tricky question as MD-OOBE is technicall
+}
+
+#timezoneScreen .bottom-buttons {
+ padding: 0 24px;
+}

Powered by Google App Engine
This is Rietveld 408576698