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

Side by Side Diff: ui/login/md_screen_container.css

Issue 2936173002: Fix misplacement of signin overlay and critical update message banner (Closed)
Patch Set: Created 3 years, 6 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 5
6 #outer-container { 6 #outer-container {
7 -webkit-box-align: center; 7 -webkit-box-align: center;
8 -webkit-box-pack: center; 8 -webkit-box-pack: center;
9 bottom: 57px; /* Leave space for the header bar */ 9 bottom: 57px; /* Leave space for the header bar */
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 #oobe.debugging #inner-container, 85 #oobe.debugging #inner-container,
86 #oobe.enrollment #inner-container, 86 #oobe.enrollment #inner-container,
87 #oobe:not([md-mode]).eula #inner-container, 87 #oobe:not([md-mode]).eula #inner-container,
88 #oobe.fatal-error #inner-container, 88 #oobe.fatal-error #inner-container,
89 #oobe.gaia-signin #inner-container, 89 #oobe.gaia-signin #inner-container,
90 #oobe.hid-detection #inner-container, 90 #oobe.hid-detection #inner-container,
91 #oobe.kiosk-enable #inner-container, 91 #oobe.kiosk-enable #inner-container,
92 #oobe.oauth-enrollment #inner-container, 92 #oobe.oauth-enrollment #inner-container,
93 #oobe.password-changed #inner-container, 93 #oobe.password-changed #inner-container,
94 #oobe.ad-password-change #inner-container, 94 #oobe.ad-password-change #inner-container,
95 #oobe.reset #inner-container, 95 #oobe:not([md-mode]).reset #inner-container,
jdufault 2017/06/15 17:52:09 This file is md-only, can this be removed entirely
Wenzhao (Colin) Zang 2017/06/15 18:40:21 Yes, all 'not([md-mode])' are removed.
96 #oobe.supervised-user-creation #inner-container, 96 #oobe.supervised-user-creation #inner-container,
97 #oobe.supervised-user-creation-dialog #inner-container, 97 #oobe.supervised-user-creation-dialog #inner-container,
98 #oobe.terms-of-service #inner-container, 98 #oobe.terms-of-service #inner-container,
99 #oobe.arc-tos #inner-container, 99 #oobe.arc-tos #inner-container,
100 #oobe.update #inner-container, 100 #oobe.update #inner-container,
101 #oobe.user-image #inner-container, 101 #oobe.user-image #inner-container,
102 #oobe.wrong-hwid #inner-container, 102 #oobe.wrong-hwid #inner-container,
103 #oobe.unrecoverable-cryptohome-error #inner-container { 103 #oobe.unrecoverable-cryptohome-error #inner-container {
104 background: white; 104 background: white;
105 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 105 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 line-height: 31px; 245 line-height: 31px;
246 text-transform: lowercase; 246 text-transform: lowercase;
247 width: 23em; 247 width: 23em;
248 } 248 }
249 249
250 .header-section::before { 250 .header-section::before {
251 /* Divider in header between product name and title, 251 /* Divider in header between product name and title,
252 * like "[Product name] > [step header]". */ 252 * like "[Product name] > [step header]". */
253 content: '\00A0\203A\00A0\00A0'; 253 content: '\00A0\203A\00A0\00A0';
254 } 254 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698