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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 | 427 |
428 #oobe.eula + #security-info { | 428 #oobe.eula + #security-info { |
429 visibility: visible; | 429 visibility: visible; |
430 } | 430 } |
431 | 431 |
432 #update div { | 432 #update div { |
433 margin: 6em auto; | 433 margin: 6em auto; |
434 width: 32em; | 434 width: 32em; |
435 } | 435 } |
436 | 436 |
| 437 #update .update-stats-div { |
| 438 margin: 4px 0; |
| 439 } |
| 440 |
| 441 #update .update-stats-item { |
| 442 -webkit-box-align: start; |
| 443 display: -webkit-box; |
| 444 margin: 4px 0; |
| 445 } |
| 446 |
| 447 #update .update-stats-label { |
| 448 display: block; |
| 449 width: 150px; |
| 450 } |
| 451 |
437 #update #update-cancel-hint { | 452 #update #update-cancel-hint { |
438 color: rgb(170, 0, 0); | 453 color: rgb(170, 0, 0); |
439 left: 50%; | 454 left: 50%; |
440 margin: 1em -16em; | 455 margin: 1em -16em; |
441 position: absolute; | 456 position: absolute; |
442 } | 457 } |
443 | 458 |
444 #update progress { | 459 #update progress { |
445 margin: 13px 0; | 460 margin: 13px 0; |
446 width: 380px; | 461 width: 380px; |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 } | 793 } |
779 | 794 |
780 #notification-area a { | 795 #notification-area a { |
781 color: rgb(37, 79, 155); | 796 color: rgb(37, 79, 155); |
782 } | 797 } |
783 | 798 |
784 #notification-area .butter-bar { | 799 #notification-area .butter-bar { |
785 margin: 0 auto; | 800 margin: 0 auto; |
786 max-width: 850px; | 801 max-width: 850px; |
787 } | 802 } |
OLD | NEW |