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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 -webkit-margin-start: 74px; | 917 -webkit-margin-start: 74px; |
918 } | 918 } |
919 | 919 |
920 #update progress { | 920 #update progress { |
921 -webkit-margin-after: 4px; | 921 -webkit-margin-after: 4px; |
922 -webkit-margin-before: 34px; | 922 -webkit-margin-before: 34px; |
923 height: 15px; | 923 height: 15px; |
924 width: 300px; | 924 width: 300px; |
925 } | 925 } |
926 | 926 |
927 #update #update-estimated-time-left { | 927 #update .progress-message { |
928 -webkit-margin-before: 4px; | 928 -webkit-margin-before: 4px; |
929 } | |
930 | |
931 #update #update-estimated-time-left { | |
932 color: #a3a3a3; | 929 color: #a3a3a3; |
933 font-size: 13px; | 930 font-size: 13px; |
934 text-align: center; | 931 text-align: center; |
935 } | 932 } |
936 | 933 |
937 .eula-columns { | 934 .eula-columns { |
938 display: -webkit-box; | 935 display: -webkit-box; |
939 width: 630px; | 936 width: 630px; |
940 } | 937 } |
941 | 938 |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1324 width: 100%; | 1321 width: 100%; |
1325 } | 1322 } |
1326 | 1323 |
1327 .background-initial { | 1324 .background-initial { |
1328 opacity: 0; | 1325 opacity: 0; |
1329 } | 1326 } |
1330 | 1327 |
1331 .background-final { | 1328 .background-final { |
1332 opacity: 1; | 1329 opacity: 1; |
1333 } | 1330 } |
OLD | NEW |