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

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

Issue 2254733004: ChromeOS: Update styles of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files. Created 4 years, 4 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/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 3c638be3f4cf50a6486b84026e2517069d3c5ade..39df7bf982fe3f72452cb8097f1e2ee454903a37 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome.css
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome.css
@@ -2,15 +2,6 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. */
-:host {
- display: flex;
- flex-direction: column;
- font-size: 18px;
- overflow: hidden;
- position: relative;
- width: 582px;
-}
-
#oobe-welcome-md .buttonbox {
font-size: 32px;
padding: 15px 24px 24px;
@@ -22,22 +13,34 @@
}
#oobe-welcome-md .bottom-button {
- --iron-icon-height: 32px;
- --iron-icon-width: 32px;
+ --iron-icon-height: 32px;
+ --iron-icon-width: 32px;
}
.language-selection-entry {
border-top: 1px solid lightgrey;
+ max-height: 44px;
+ min-height: 44px;
+ padding-left: 20px;
michaelpg 2016/08/18 19:40:59 padding: 0 20px;
Alexander Alekseev 2016/08/19 06:00:06 Done.
+ padding-right: 20px;
}
.language-selection-entry:last-of-type {
border-bottom: 1px solid lightgrey;
}
+.language-selection-title {
+ color: rgba(0, 0, 0, 0.87);
+ font-family: Roboto, sans-serif;
+ font-size: 13px;
+ font-weight: normal;
+}
+
oobe-a11y-option {
border-top: 1px solid lightgrey;
+ min-height: 56px;
}
oobe-a11y-option:last-of-type {
- border-bottom: 1px solid lightgrey;
+ border-bottom: 1px solid rgba(0,0,0,0.14);
michaelpg 2016/08/18 19:40:59 nit: spaces after ,
Alexander Alekseev 2016/08/19 06:00:06 Done.
}

Powered by Google App Engine
This is Rietveld 408576698