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

Side by Side 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, 3 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
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 #header-container { 5 #header-container {
6 padding: 64px 64px 0 64px; 6 padding: 64px 64px 0 64px;
7 } 7 }
8 8
9 .oobe-header { 9 .oobe-header {
10 min-height: 84px; /* 64 title + 20 subtitle */ 10 min-height: 84px; /* 64 title + 20 subtitle */
11 } 11 }
12 12
13 :host([welcome-screen]) .oobe-header {
14 height: 64px;
15 min-height: unset;
16 }
17
13 #footer-container { 18 #footer-container {
14 padding: 44px 64px 0 64px; 19 padding: 44px 64px 0 64px;
15 } 20 }
16 21
22 :host([welcome-screen]) #footer-container {
23 padding-top: 32px;
24 }
25
17 #oobe-bottom { 26 #oobe-bottom {
18 box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14); 27 box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14);
19 height: 80px; 28 height: 80px;
20 padding: 0 24px 0 24px; 29 padding: 0 24px 0 24px;
21 z-index: 1; 30 z-index: 1;
22 } 31 }
OLDNEW
« 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