| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |