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 } |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 background-position: center; | 79 background-position: center; |
80 background-repeat: no-repeat; | 80 background-repeat: no-repeat; |
81 height: 18px; | 81 height: 18px; |
82 left: 14px; | 82 left: 14px; |
83 position: absolute; | 83 position: absolute; |
84 top: 14px; | 84 top: 14px; |
85 width: 18px; | 85 width: 18px; |
86 z-index: 1; | 86 z-index: 1; |
87 } | 87 } |
88 | 88 |
89 html[dir=rtl] #close-button-item { | 89 html[dir=rtl] #back-button-item { |
90 left: auto; | 90 left: auto; |
91 right: 14px; | 91 right: 14px; |
92 } | 92 } |
93 | 93 |
94 #back-button-item:disabled { | 94 #back-button-item:disabled { |
95 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON_MASKED); | 95 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON_MASKED); |
96 } | 96 } |
97 | 97 |
98 .signin-text { | 98 .signin-text { |
99 color: #666; | 99 color: #666; |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 left: 0; | 218 left: 0; |
219 position: absolute; | 219 position: absolute; |
220 right: 0; | 220 right: 0; |
221 text-align: center; | 221 text-align: center; |
222 top: 50px; | 222 top: 50px; |
223 } | 223 } |
224 | 224 |
225 #saml-notice-message { | 225 #saml-notice-message { |
226 margin: 0 auto; | 226 margin: 0 auto; |
227 } | 227 } |
OLD | NEW |