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 .minute-maid #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 #gaia-signin.full-width { | 21 #gaia-signin.full-width { |
22 padding: 75px 0 0; | 22 padding: 75px 0 0; |
23 } | 23 } |
24 | 24 |
25 #signin-right { | 25 #signin-right { |
26 -webkit-margin-start: 30px; | 26 -webkit-margin-start: 30px; |
27 margin-top: 80px; | 27 margin-top: 80px; |
28 top: 60px; | 28 top: 60px; |
29 width: 200px; | 29 width: 200px; |
30 } | 30 } |
31 | 31 |
32 #signin-right, | 32 #signin-right, |
33 #enterprise-info-container, | 33 #enterprise-info-container, |
34 #saml-info-container { | 34 #saml-info-container { |
35 font-size: 12px; | 35 font-size: 12px; |
36 } | 36 } |
37 | 37 |
38 /* For touch-optimized UI, make the links bigger. */ | 38 /* For touch-optimized UI, make the links bigger. */ |
39 @media (pointer:coarse) { | 39 @media (pointer:coarse) { |
40 #signin-right { | 40 #signin-right { |
41 font-size: 14px; | 41 font-size: 14px; |
42 } | 42 } |
43 } | 43 } |
44 | 44 |
45 .minute-maid #signin-right, | 45 .new-gaia-flow #signin-right, |
46 .no-right-panel #signin-right { | 46 .no-right-panel #signin-right { |
47 display: none; | 47 display: none; |
48 } | 48 } |
49 | 49 |
50 #close-button-item { | 50 #close-button-item { |
51 background: transparent none; | 51 background: transparent none; |
52 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON); | 52 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON); |
53 background-position: center; | 53 background-position: center; |
54 background-repeat: no-repeat; | 54 background-repeat: no-repeat; |
55 height: 14px; | 55 height: 14px; |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 .signin-divider { | 126 .signin-divider { |
127 background: linear-gradient( | 127 background: linear-gradient( |
128 to bottom, | 128 to bottom, |
129 #e3e3e3, | 129 #e3e3e3, |
130 #cacaca 50%, | 130 #cacaca 50%, |
131 #e3e3e3); | 131 #e3e3e3); |
132 border: none; | 132 border: none; |
133 width: 1px; | 133 width: 1px; |
134 } | 134 } |
135 | 135 |
136 .gaia-signin .minute-maid #step-logo, | 136 .gaia-signin .new-gaia-flow #step-logo, |
137 .gaia-signin .minute-maid #gaia-signin-divider, | 137 .gaia-signin .new-gaia-flow #gaia-signin-divider, |
138 .no-right-panel #gaia-signin-divider { | 138 .no-right-panel #gaia-signin-divider { |
139 display: none; | 139 display: none; |
140 } | 140 } |
141 | 141 |
142 #signin-frame { | 142 #signin-frame { |
143 background-color: transparent; | 143 background-color: transparent; |
144 margin-left: -44px; | 144 margin-left: -44px; |
145 vertical-align: top; | 145 vertical-align: top; |
146 width: 400px; | 146 width: 400px; |
147 } | 147 } |
(...skipping 22 matching lines...) Expand all Loading... |
170 } | 170 } |
171 | 171 |
172 #enterprise-info-container { | 172 #enterprise-info-container { |
173 bottom: 10px; | 173 bottom: 10px; |
174 left: 0; | 174 left: 0; |
175 position: absolute; | 175 position: absolute; |
176 right: 0; | 176 right: 0; |
177 text-align: center; | 177 text-align: center; |
178 } | 178 } |
179 | 179 |
180 .minute-maid #enterprise-info-container { | 180 .new-gaia-flow #enterprise-info-container { |
181 display: none; | 181 display: none; |
182 } | 182 } |
183 | 183 |
184 #enterprise-info-container #enterprise-info { | 184 #enterprise-info-container #enterprise-info { |
185 display: inline-block; | 185 display: inline-block; |
186 } | 186 } |
187 | 187 |
188 #gaia-signin .step-contents { | 188 #gaia-signin .step-contents { |
189 -webkit-box-pack: center; | 189 -webkit-box-pack: center; |
190 display: -webkit-box; | 190 display: -webkit-box; |
(...skipping 28 matching lines...) Expand all Loading... |
219 left: 0; | 219 left: 0; |
220 position: absolute; | 220 position: absolute; |
221 right: 0; | 221 right: 0; |
222 text-align: center; | 222 text-align: center; |
223 top: 50px; | 223 top: 50px; |
224 } | 224 } |
225 | 225 |
226 #saml-notice-message { | 226 #saml-notice-message { |
227 margin: 0 auto; | 227 margin: 0 auto; |
228 } | 228 } |
OLD | NEW |