OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 #gaia-signin { | 6 #gaia-signin { |
7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ | 7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ |
8 padding: 70px 17px 69px; /* Screen has no controls. */ | 8 padding: 70px 17px 69px; /* Screen has no controls. */ |
9 width: 722px; /* Should be the same as #user-image.loading width. */ | 9 width: 722px; /* Should be the same as #user-image.loading width. */ |
10 } | 10 } |
11 | 11 |
12 #gaia-signin:not(.full-width).no-right-panel { | 12 #gaia-signin:not(.full-width).no-right-panel { |
13 width: 522px; | 13 width: 522px; |
14 } | 14 } |
15 | 15 |
16 .new-gaia-flow #gaia-signin { | 16 .new-gaia-flow #gaia-signin { |
17 padding: 0 0 0; | 17 padding: 0 0 0; |
18 width: 522px; | 18 width: 522px; |
19 } | 19 } |
20 | 20 |
| 21 .new-gaia-flow .throbber { |
| 22 display: none; |
| 23 } |
| 24 |
| 25 throbber-notice { |
| 26 display: none; |
| 27 } |
| 28 |
| 29 .new-gaia-flow throbber-notice { |
| 30 display: block; |
| 31 } |
| 32 |
21 #gaia-signin.full-width { | 33 #gaia-signin.full-width { |
22 padding: 75px 0 0; | 34 padding: 75px 0 0; |
23 } | 35 } |
24 | 36 |
25 #signin-right { | 37 #signin-right { |
26 -webkit-margin-start: 30px; | 38 -webkit-margin-start: 30px; |
27 margin-top: 80px; | 39 margin-top: 80px; |
28 top: 60px; | 40 top: 60px; |
29 width: 200px; | 41 width: 200px; |
30 } | 42 } |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 | 74 |
63 html[dir=rtl] #close-button-item { | 75 html[dir=rtl] #close-button-item { |
64 left: 15px; | 76 left: 15px; |
65 right: auto; | 77 right: auto; |
66 } | 78 } |
67 | 79 |
68 .loading #close-button-item { | 80 .loading #close-button-item { |
69 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE); | 81 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE); |
70 } | 82 } |
71 | 83 |
| 84 .loading.auth-completed #close-button-item { |
| 85 display: none; |
| 86 } |
| 87 |
72 #close-button-item:disabled { | 88 #close-button-item:disabled { |
73 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_MASKED); | 89 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_MASKED); |
74 } | 90 } |
75 | 91 |
76 #back-button-item { | 92 #back-button-item { |
77 background: transparent none; | 93 background: transparent none; |
78 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON); | 94 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON); |
79 background-position: center; | 95 background-position: center; |
80 background-repeat: no-repeat; | 96 background-repeat: no-repeat; |
81 height: 18px; | 97 height: 18px; |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 left: 0; | 235 left: 0; |
220 position: absolute; | 236 position: absolute; |
221 right: 0; | 237 right: 0; |
222 text-align: center; | 238 text-align: center; |
223 top: 50px; | 239 top: 50px; |
224 } | 240 } |
225 | 241 |
226 #saml-notice-message { | 242 #saml-notice-message { |
227 margin: 0 auto; | 243 margin: 0 auto; |
228 } | 244 } |
OLD | NEW |