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

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

Issue 2806983002: ChromeOS OOBE: Update Welcome dialog to better accomodate CfM messages. (Closed)
Patch Set: Set header side marging to 80px. 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
index 1f8165af73caf67bed645370eca1dca0e28e7a55..09c9bdb9831a221ebda92343208a8a1cfa98fc9f 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
@@ -13,9 +13,12 @@
#title {
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, sans-serif;
- font-size: 38px;
+ font-size: 32px;
font-weight: 300; /* roboto-light */
- margin: 120px 0 30px 0;
+ height: 80px;
+ line-height: 40px;
+ margin: 120px 80px 30px 80px;
+ text-align: center;
}
#welcomeIllustration {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698