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

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

Issue 2555453003: cros: HTML fixes needed to reinitializing an existing lock WebUI. (Closed)
Patch Set: Address comments Created 4 years 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 | « ui/login/account_picker/user_pod_row.css ('k') | 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 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 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */
10 bottom: 57px; /* Leave space for the header bar */ 10 bottom: 57px; /* Leave space for the header bar */
(...skipping 16 matching lines...) Expand all
27 visibility: visible; 27 visibility: visible;
28 } 28 }
29 29
30 .pin-container.pin-disabled { 30 .pin-container.pin-disabled {
31 opacity: 0; /* Opacity is set to 1 after the pin element is loaded. */ 31 opacity: 0; /* Opacity is set to 1 after the pin element is loaded. */
32 transition: none; 32 transition: none;
33 visibility: hidden; /* Needed because pin-keyboard's offsetHeight is 33 visibility: hidden; /* Needed because pin-keyboard's offsetHeight is
34 checked to determine if loaded. */ 34 checked to determine if loaded. */
35 } 35 }
36 36
37 .disable-pin-animation .pin-container {
38 transition: none;
39 }
40
37 #scroll-container { 41 #scroll-container {
38 bottom: 0; /* Allows content overlap with control bar. */ 42 bottom: 0; /* Allows content overlap with control bar. */
39 left: 0; 43 left: 0;
40 overflow-x: hidden; 44 overflow-x: hidden;
41 overflow-y: auto; 45 overflow-y: auto;
42 position: absolute; 46 position: absolute;
43 right: 0; 47 right: 0;
44 top: 0; 48 top: 0;
45 } 49 }
46 50
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 line-height: 31px; 238 line-height: 31px;
235 text-transform: lowercase; 239 text-transform: lowercase;
236 width: 23em; 240 width: 23em;
237 } 241 }
238 242
239 .header-section::before { 243 .header-section::before {
240 /* Divider in header between product name and title, 244 /* Divider in header between product name and title,
241 * like "[Product name] > [step header]". */ 245 * like "[Product name] > [step header]". */
242 content: '\00A0\203A\00A0\00A0'; 246 content: '\00A0\203A\00A0\00A0';
243 } 247 }
OLDNEW
« no previous file with comments | « ui/login/account_picker/user_pod_row.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698