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 body { | 5 body { |
6 margin: 10px 8px; | 6 margin: 10px 8px; |
7 } | 7 } |
8 | 8 |
9 .icon { | 9 .icon { |
10 -webkit-margin-end: 3px; | 10 -webkit-margin-end: 3px; |
(...skipping 20 matching lines...) Expand all Loading... |
31 padding: 10px; | 31 padding: 10px; |
32 } | 32 } |
33 | 33 |
34 .extensions-message { | 34 .extensions-message { |
35 -webkit-padding-start: 39px; | 35 -webkit-padding-start: 39px; |
36 margin-top: 15px; | 36 margin-top: 15px; |
37 position: relative; | 37 position: relative; |
38 } | 38 } |
39 | 39 |
40 .extension-icon { | 40 .extension-icon { |
| 41 content: -webkit-image-set( |
| 42 url('../../app/theme/default_100_percent/extensions_section.png') 1x, |
| 43 url('../../app/theme/default_200_percent/extensions_section.png') 2x); |
| 44 display: inline-block; |
41 left: 0; | 45 left: 0; |
42 margin-top: -15px; | 46 margin-top: -15px; |
43 position: absolute; | 47 position: absolute; |
44 right: 0; | 48 right: 0; |
45 top: 50%; | 49 top: 50%; |
46 width: 30px; | 50 width: 30px; |
47 } | 51 } |
OLD | NEW |