| OLD | NEW |
| 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 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 wrong HWID screen. | 5 * This is the stylesheet used by the wrong HWID screen. */ |
| 6 */ | |
| 7 | 6 |
| 8 #wrong-hwid { | 7 #wrong-hwid { |
| 9 padding: 40px 17px 30px; | 8 padding: 40px 17px 30px; |
| 10 text-align: center; | 9 text-align: center; |
| 11 width: 722px; | 10 width: 722px; |
| 12 } | 11 } |
| 13 | 12 |
| 14 #wrong-hwid #wrong-hwid-message-header { | 13 #wrong-hwid #wrong-hwid-message-header { |
| 15 color: #606060; | 14 color: #606060; |
| 16 font-size: 22px; | 15 font-size: 22px; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 30 #skip-hwid-warning { | 29 #skip-hwid-warning { |
| 31 justify-content: center; | 30 justify-content: center; |
| 32 } | 31 } |
| 33 | 32 |
| 34 #skip-hwid-warning-link { | 33 #skip-hwid-warning-link { |
| 35 color: #8c8c8c; | 34 color: #8c8c8c; |
| 36 font-size: 18px; | 35 font-size: 18px; |
| 37 text-decoration: none; | 36 text-decoration: none; |
| 38 } | 37 } |
| 39 | 38 |
| OLD | NEW |