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 | 5 |
6 #tpm-error-message { | 6 #tpm-error-message { |
7 height: 570px; | 7 min-width: 650px; |
8 /* Screen has no controls but has padding at the last text message */ | |
9 padding: 70px 17px 50px; | |
10 width: 485px; | |
11 } | 8 } |
12 | 9 |
13 #tpm-error-message-body { | 10 #oobe.tpm-error-message #step-logo { |
14 color: #606060; | 11 z-index: 1; |
15 margin: 60px 50px; | |
16 } | 12 } |
17 | 13 |
18 #tmp-error-text, | 14 #tpm-error-message-controls { |
19 #tmp-error-reboot-text { | 15 text-align: end; |
20 margin-top: 15px; | |
21 } | 16 } |
22 | 17 |
23 #tpm-error-icon { | |
24 background: url(chrome://theme/IDR_CRITICAL_ERROR) no-repeat center center; | |
25 height: 130px; | |
26 margin-top: 45px; | |
27 width: 351px; /* tpm-error-message-body content width */ | |
28 } | |
OLD | NEW |