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 * This is the stylesheet used by the Out of the box experience (OOBE) flow, | 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow, |
6 * sign in and lock screens. | 6 * sign in and lock screens. |
7 */ | 7 */ |
8 | 8 |
9 html, | 9 html, |
10 body { | 10 body { |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
221 font-family: inherit; | 221 font-family: inherit; |
222 line-height: 20px; | 222 line-height: 20px; |
223 position: relative; | 223 position: relative; |
224 width: 250px; | 224 width: 250px; |
225 } | 225 } |
226 | 226 |
227 .label { | 227 .label { |
228 display: block; | 228 display: block; |
229 margin: 5px 5px 5px 0; | 229 margin: 5px 5px 5px 0; |
230 padding: 5px 5px 5px 0; | 230 padding: 5px 5px 5px 0; |
231 width: 170px; | |
Nikita (slow)
2012/04/25 10:29:50
This should not be removed as it will affect OOBE
ygorshenin1
2012/04/25 13:53:13
Done.
| |
232 } | 231 } |
233 | 232 |
234 #connect { | 233 #connect { |
235 box-sizing: border-box; | 234 box-sizing: border-box; |
236 padding: 60px 0 0 145px; | 235 padding: 60px 0 0 145px; |
237 } | 236 } |
238 | 237 |
239 #logging { | 238 #logging { |
240 clear: both; | 239 clear: both; |
241 font-size: small; | 240 font-size: small; |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
758 } | 757 } |
759 | 758 |
760 #notification-area a { | 759 #notification-area a { |
761 color: rgb(37, 79, 155); | 760 color: rgb(37, 79, 155); |
762 } | 761 } |
763 | 762 |
764 #notification-area .butter-bar { | 763 #notification-area .butter-bar { |
765 margin: 0 auto; | 764 margin: 0 auto; |
766 max-width: 850px; | 765 max-width: 850px; |
767 } | 766 } |
OLD | NEW |