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

Side by Side Diff: chrome/browser/resources/chromeos/login/md_header_bar.css

Issue 2875513002: Single user pod implementation for new login screen (Closed)
Patch Set: Address comments Created 3 years, 7 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 | chrome/browser/resources/chromeos/login/md_screen_container.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #login-header-bar { 5 #login-header-bar {
6 -webkit-padding-start: 15px; 6 -webkit-padding-start: 15px;
7 bottom: 0; 7 bottom: 0;
8 left: 0; 8 left: 0;
9 min-height: 34px; /* Should be consistent with .header-bar-item's height. */ 9 min-height: 34px; /* Should be consistent with .header-bar-item's height. */
10 padding-bottom: 6px; 10 padding-bottom: 6px;
11 position: absolute; 11 position: absolute;
12 right: 0; 12 right: 0;
13 } 13 }
14 14
15 #login-header-bar { 15 #login-header-bar {
16 background-color: rgba(0, 0, 0, 0.6);
17 padding-top: 7px; 16 padding-top: 7px;
18 } 17 }
19 18
20 html[screen=lock] .login-header-bar-hidden, 19 html[screen=lock] .login-header-bar-hidden,
21 html[screen=oobe] .login-header-bar-hidden { 20 html[screen=oobe] .login-header-bar-hidden {
22 opacity: 0; 21 opacity: 0;
23 } 22 }
24 23
25 html[screen=lock] .login-header-bar-animate-fast, 24 html[screen=lock] .login-header-bar-animate-fast,
26 html[screen=oobe] .login-header-bar-animate-fast { 25 html[screen=oobe] .login-header-bar-animate-fast {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 background-image: -webkit-image-set( 159 background-image: -webkit-image-set(
161 url(images/1x/signout.svg) 1x, 160 url(images/1x/signout.svg) 1x,
162 url(images/2x/signout.svg) 2x ); 161 url(images/2x/signout.svg) 2x );
163 } 162 }
164 163
165 .button-restricted { 164 .button-restricted {
166 border: 1px solid transparent; 165 border: 1px solid transparent;
167 color: white !important; 166 color: white !important;
168 opacity: 0.4 !important; 167 opacity: 0.4 !important;
169 } 168 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/md_screen_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698