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

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

Issue 246603004: A11y for supervised users import (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.js » ('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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 * This is the stylesheet used by the Locally managed user creation flow screen. 5 * This is the stylesheet used by the Locally managed user creation flow screen.
6 */ 6 */
7 7
8 #managed-user-creation { 8 #managed-user-creation {
9 height: 609px; /* Same size as GAIA sign in screen.*/ 9 height: 609px; /* Same size as GAIA sign in screen.*/
10 padding: 0 0; /* Some screens have elements right next to borders. */ 10 padding: 0 0; /* Some screens have elements right next to borders. */
11 width: 722px; 11 width: 722px;
12 } 12 }
13 13
14 #managed-user-creation .step-contents { 14 #managed-user-creation .step-contents {
15 height: 100%; 15 height: 100%;
16 } 16 }
17 17
18 #managed-user-creation .nofocus:focus {
19 outline: none;
20 }
21
18 #managed-user-creation .step-controls { 22 #managed-user-creation .step-controls {
19 -webkit-padding-end: 20px; 23 -webkit-padding-end: 20px;
20 bottom: 20px; 24 bottom: 20px;
21 } 25 }
22 26
23 #managed-user-creation .logo-padded-text { 27 #managed-user-creation .logo-padded-text {
24 padding: 0 17px 0; 28 padding: 0 17px 0;
25 } 29 }
26 30
27 #managed-user-creation .marketing { 31 #managed-user-creation .marketing {
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 margin-left: -22px; 520 margin-left: -22px;
517 margin-top: -22px; 521 margin-top: -22px;
518 position: absolute; 522 position: absolute;
519 top: 50%; 523 top: 50%;
520 width: 44px; 524 width: 44px;
521 } 525 }
522 526
523 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { 527 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner {
524 display: block; 528 display: block;
525 } 529 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698