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. */ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 | 104 |
105 #managed-user-creation-intro-alternate-text { | 105 #managed-user-creation-intro-alternate-text { |
106 margin-bottom: 12px; | 106 margin-bottom: 12px; |
107 margin-top: 12px; | 107 margin-top: 12px; |
108 } | 108 } |
109 | 109 |
110 #managed-user-creation-intro-text-3 { | 110 #managed-user-creation-intro-text-3 { |
111 margin-top: 12px; | 111 margin-top: 12px; |
112 } | 112 } |
113 | 113 |
114 #managed-user-creation-created-1 .below-marketing { | 114 #managed-user-creation-created .below-marketing { |
115 margin: 20px 40px 0; | 115 margin: 20px 40px 0; |
116 } | 116 } |
117 | 117 |
118 #managed-user-creation-created-1-text-1 { | 118 #managed-user-creation-created-text-1 { |
119 max-width: 600px; | 119 max-width: 600px; |
120 word-wrap: break-word; | 120 word-wrap: break-word; |
121 } | 121 } |
122 | 122 |
123 #managed-user-creation-created-1-text-2 { | 123 #managed-user-creation-created-text-2 { |
124 margin-top: 20px; | 124 margin-top: 20px; |
125 max-width: 600px; | 125 max-width: 600px; |
126 word-wrap: break-word; | 126 word-wrap: break-word; |
127 } | 127 } |
128 | 128 |
129 #managed-user-creation-created-1-text-3 { | 129 #managed-user-creation-created-text-3 { |
130 margin-top: 20px; | 130 margin-top: 20px; |
131 } | 131 } |
132 | 132 |
133 #managed-user-creation-password-block, | 133 #managed-user-creation-password-block, |
134 #managed-user-creation-password-title { | 134 #managed-user-creation-password-title { |
135 margin-top: 10px; | 135 margin-top: 10px; |
136 } | 136 } |
137 | 137 |
138 #managed-user-creation-name-block { | 138 #managed-user-creation-name-block { |
139 margin-bottom: 20px; | 139 margin-bottom: 20px; |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 margin-left: -22px; | 448 margin-left: -22px; |
449 margin-top: -22px; | 449 margin-top: -22px; |
450 position: absolute; | 450 position: absolute; |
451 top: 50%; | 451 top: 50%; |
452 width: 44px; | 452 width: 44px; |
453 } | 453 } |
454 | 454 |
455 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { | 455 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner { |
456 display: block; | 456 display: block; |
457 } | 457 } |
OLD | NEW |