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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .vertical-margin { 5 .vertical-margin {
6 width: 22px; /* = 24 - (button border 2px) */ 6 width: 22px; /* = 24 - (button border 2px) */
7 } 7 }
8 8
9 #bottom-margin { 9 #bottom-margin {
10 height: 24px; 10 height: 24px;
11 } 11 }
12 12
13 #title { 13 #title {
14 color: rgba(0, 0, 0, 0.87); 14 color: rgba(0, 0, 0, 0.87);
15 font-family: Roboto, sans-serif; 15 font-family: Roboto, sans-serif;
16 font-size: 38px; 16 font-size: 32px;
17 font-weight: 300; /* roboto-light */ 17 font-weight: 300; /* roboto-light */
18 margin: 120px 0 30px 0; 18 height: 80px;
19 line-height: 40px;
20 margin: 120px 80px 30px 80px;
21 text-align: center;
19 } 22 }
20 23
21 #welcomeIllustration { 24 #welcomeIllustration {
22 padding-top: 14px; 25 padding-top: 14px;
23 } 26 }
24 27
25 oobe-welcome-secondary-button { 28 oobe-welcome-secondary-button {
26 margin-right: 8px; 29 margin-right: 8px;
27 } 30 }
28 31
29 #buttons { 32 #buttons {
30 width: 100%; 33 width: 100%;
31 } 34 }
OLDNEW
« 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