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 html, | 8 html, |
9 body { | 9 body { |
10 height: 100%; | 10 height: 100%; |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 | 245 |
246 #logging div { | 246 #logging div { |
247 display: table-cell; | 247 display: table-cell; |
248 vertical-align: middle; | 248 vertical-align: middle; |
249 } | 249 } |
250 | 250 |
251 #usage-stats { | 251 #usage-stats { |
252 -webkit-margin-end: 10px; | 252 -webkit-margin-end: 10px; |
253 } | 253 } |
254 | 254 |
| 255 #user-image { |
| 256 margin: 0 20px; |
| 257 } |
| 258 |
255 #user-image-grid { | 259 #user-image-grid { |
256 -webkit-user-drag: none; | 260 -webkit-user-drag: none; |
257 -webkit-user-select: none; | 261 -webkit-user-select: none; |
258 display: inline-block; | 262 display: inline-block; |
259 margin: 0; | 263 margin: 0; |
260 outline: none; | 264 outline: none; |
261 padding: 0; | 265 padding: 0; |
262 width: 400px; | 266 width: 400px; |
263 } | 267 } |
264 | 268 |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 left: 10px; | 714 left: 10px; |
711 opacity: 1.0; | 715 opacity: 1.0; |
712 position: absolute; | 716 position: absolute; |
713 right: 10px; | 717 right: 10px; |
714 text-shadow: 0 1px 1px #fff; | 718 text-shadow: 0 1px 1px #fff; |
715 } | 719 } |
716 | 720 |
717 #offline-network-control { | 721 #offline-network-control { |
718 margin-left: 60px; | 722 margin-left: 60px; |
719 } | 723 } |
OLD | NEW |