OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 2015 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 .severity { | 7 .severity { |
8 background-image: url(Images/toolbarButtonGlyphs.png); | 8 background-image: url(Images/toolbarButtonGlyphs.png); |
9 background-size: 352px 144px; | 9 background-size: 352px 168px; |
10 display: inline-block; | 10 display: inline-block; |
11 width: 10px; | 11 width: 10px; |
12 height: 10px; | 12 height: 10px; |
13 position: relative; | 13 position: relative; |
14 top: 1px; | 14 top: 1px; |
15 margin-right: 4px; | 15 margin-right: 4px; |
16 } | 16 } |
17 | 17 |
18 li { | 18 li { |
19 -webkit-user-select: text; | 19 -webkit-user-select: text; |
(...skipping 12 matching lines...) Expand all Loading... |
32 .severity.warning { | 32 .severity.warning { |
33 background-position: -246px -96px; | 33 background-position: -246px -96px; |
34 } | 34 } |
35 | 35 |
36 .severity.info { | 36 .severity.info { |
37 background-position: -235px -96px; | 37 background-position: -235px -96px; |
38 } | 38 } |
39 .audit-result { | 39 .audit-result { |
40 font-weight: bold; | 40 font-weight: bold; |
41 } | 41 } |
OLD | NEW |