OLD | NEW |
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 */ | 6 */ |
7 | 7 |
8 body { | 8 body { |
9 background: -webkit-gradient(radial, center center, 0, center center, 400, | 9 background: -webkit-gradient(radial, center center, 0, center center, 400, |
10 from(#fefefe), to(#efefef)); | 10 from(#fefefe), to(#efefef)); |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 margin: 5px 5px 5px 0; | 145 margin: 5px 5px 5px 0; |
146 padding: 5px 5px 5px 0; | 146 padding: 5px 5px 5px 0; |
147 width: 170px; | 147 width: 170px; |
148 } | 148 } |
149 | 149 |
150 .menu-area { | 150 .menu-area { |
151 margin: 5px 5px 5px 5px; | 151 margin: 5px 5px 5px 5px; |
152 } | 152 } |
153 | 153 |
154 .menu-control { | 154 .menu-control { |
155 width: 150px; | 155 width: 250px; |
156 } | 156 } |
157 | 157 |
158 #connect { | 158 #connect { |
159 box-sizing: border-box; | 159 box-sizing: border-box; |
160 padding: 60px 0 0 145px; | 160 padding: 60px 0 0 145px; |
161 } | 161 } |
162 | 162 |
163 #logging { | 163 #logging { |
164 clear: both; | 164 clear: both; |
165 margin-top: 20px; | 165 margin-top: 20px; |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 bottom: 0; | 302 bottom: 0; |
303 display: -webkit-box; | 303 display: -webkit-box; |
304 left: 0; | 304 left: 0; |
305 padding-bottom: 130px; | 305 padding-bottom: 130px; |
306 padding: 20px; | 306 padding: 20px; |
307 position: fixed; | 307 position: fixed; |
308 right: 0; | 308 right: 0; |
309 top: 0; | 309 top: 0; |
310 z-index: 5; | 310 z-index: 5; |
311 } | 311 } |
OLD | NEW |