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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 #gaia-signin-form-container, | 62 #gaia-signin-form-container, |
63 #signin-frame { | 63 #signin-frame { |
64 height: 100%; | 64 height: 100%; |
65 } | 65 } |
66 | 66 |
67 .saml #gaia-signin-form-container, | 67 .saml #gaia-signin-form-container, |
68 .saml #signin-frame { | 68 .saml #signin-frame { |
69 width: 100%; | 69 width: 100%; |
70 } | 70 } |
71 | 71 |
72 #gaia-signin-divider { | 72 .signin-divider { |
73 background: -webkit-gradient( | 73 background: -webkit-gradient( |
74 linear, left top, left bottom, | 74 linear, left top, left bottom, |
75 color-stop(0, #e3e3e3), | 75 color-stop(0, #e3e3e3), |
76 color-stop(0.5, #cacaca), | 76 color-stop(0.5, #cacaca), |
77 color-stop(1, #e3e3e3)); | 77 color-stop(1, #e3e3e3)); |
78 border: none; | 78 border: none; |
79 width: 1px; | 79 width: 1px; |
80 } | 80 } |
81 | 81 |
82 .no-right-panel #gaia-signin-divider, | 82 .no-right-panel #gaia-signin-divider, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 left: 0; | 151 left: 0; |
152 position: absolute; | 152 position: absolute; |
153 right: 0; | 153 right: 0; |
154 text-align: center; | 154 text-align: center; |
155 top: 50px; | 155 top: 50px; |
156 } | 156 } |
157 | 157 |
158 #saml-notice-message { | 158 #saml-notice-message { |
159 margin: 0 auto; | 159 margin: 0 auto; |
160 } | 160 } |
OLD | NEW |