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

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

Issue 2267533002: ChromeOS: Update styles of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review 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_dialog.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.css b/chrome/browser/resources/chromeos/login/oobe_dialog.css
index 15b5c6f0fa956890fecc2b8fb6976940b760f553..cffe5baf4bfe0cdcd1d6ba6c33f8ffb30eac09d3 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
@@ -10,10 +10,19 @@
min-height: 84px; /* 64 title + 20 subtitle */
}
+:host([welcome-screen]) .oobe-header {
+ height: 64px;
+ min-height: unset;
+}
+
#footer-container {
padding: 44px 64px 0 64px;
}
+:host([welcome-screen]) #footer-container {
+ padding-top: 32px;
+}
+
#oobe-bottom {
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14);
height: 80px;
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_card.js ('k') | chrome/browser/resources/chromeos/login/oobe_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698