| OLD | NEW |
| 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 * 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 #supervised-user-creation { | 8 #supervised-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. */ |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 #supervised-user-creation .hidden-on-import { | 204 #supervised-user-creation .hidden-on-import { |
| 205 display: none; | 205 display: none; |
| 206 } | 206 } |
| 207 | 207 |
| 208 #supervised-user-creation-error { | 208 #supervised-user-creation-error { |
| 209 padding: 175px 120px 0; | 209 padding: 175px 120px 0; |
| 210 text-align: center; | 210 text-align: center; |
| 211 } | 211 } |
| 212 | 212 |
| 213 #supervised-user-creation-error .error-icon { | 213 #supervised-user-creation-error .error-icon { |
| 214 -webkit-margin-after: 50px; | 214 margin-bottom: 50px; |
| 215 } | 215 } |
| 216 | 216 |
| 217 #supervised-user-creation-error .error-message-paragraph { | 217 #supervised-user-creation-error .error-message-paragraph { |
| 218 -webkit-margin-after: 40px; | 218 margin-bottom: 40px; |
| 219 -webkit-margin-before: 30px; | 219 margin-top: 30px; |
| 220 } | 220 } |
| 221 | 221 |
| 222 .screen-control-button { | 222 .screen-control-button { |
| 223 margin-left: 10px !important; | 223 margin-left: 10px !important; |
| 224 } | 224 } |
| 225 | 225 |
| 226 .import-pod { | 226 .import-pod { |
| 227 height: 32px; | 227 height: 32px; |
| 228 opacity: 0.8; | 228 opacity: 0.8; |
| 229 padding: 20px; | 229 padding: 20px; |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 margin-left: -22px; | 542 margin-left: -22px; |
| 543 margin-top: -22px; | 543 margin-top: -22px; |
| 544 position: absolute; | 544 position: absolute; |
| 545 top: 50%; | 545 top: 50%; |
| 546 width: 44px; | 546 width: 44px; |
| 547 } | 547 } |
| 548 | 548 |
| 549 .camera.live:not(.online) .supervised-user-creation-image-stream-area .spinner { | 549 .camera.live:not(.online) .supervised-user-creation-image-stream-area .spinner { |
| 550 display: block; | 550 display: block; |
| 551 } | 551 } |
| OLD | NEW |