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

Side by Side Diff: ui/login/account_picker/md_screen_account_picker.css

Issue 2936173002: Fix misplacement of signin overlay and critical update message banner (Closed)
Patch Set: Add inline comments and rebase with master, no other changes 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 .account-picker.flying-pods #account-picker { 6 .account-picker.flying-pods #account-picker {
7 transition: width 180ms ease, height 180ms ease; 7 transition: width 180ms ease, height 180ms ease;
8 } 8 }
9 9
10 #bubble { 10 #bubble {
11 margin-top: 16px; 11 margin-top: 16px;
12 z-index: 1; 12 z-index: 1;
13 } 13 }
14 14
15 #signin-banner-container1 { 15 #signin-banner-container1 {
16 height: 64px; 16 height: 64px;
17 max-width: 450px;
17 position: absolute; 18 position: absolute;
18 width: 520px;
19 z-index: 3; 19 z-index: 3;
20 } 20 }
21 21
22 #signin-banner-container2 { 22 #signin-banner-container2 {
23 display: inline-block; 23 display: inline-block;
24 position: relative; 24 position: relative;
25 } 25 }
26 26
27 html[dir=rtl] #signin-banner-container2 { 27 html[dir=rtl] #signin-banner-container2 {
28 left: -50%; 28 left: -50%;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 background: linear-gradient(#4FC3F7, transparent); 95 background: linear-gradient(#4FC3F7, transparent);
96 height: 112px; 96 height: 112px;
97 position: absolute; 97 position: absolute;
98 width: 100%; 98 width: 100%;
99 z-index: 2; 99 z-index: 2;
100 } 100 }
101 101
102 .small-pod-container-mask.rotate { 102 .small-pod-container-mask.rotate {
103 transform: rotate(180deg); 103 transform: rotate(180deg);
104 } 104 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/quick_unlock/md_pin_keyboard.html ('k') | ui/login/account_picker/md_user_pod_row.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698