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 <include src="../search_header.css"> | 5 <include src="../search_header.css"> |
6 | 6 |
7 #downloads-summary-text { | 7 #downloads-summary-text { |
8 font-weight: bold; | 8 font-weight: bold; |
9 } | 9 } |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 padding: 0 10px 34px; | 22 padding: 0 10px 34px; |
23 } | 23 } |
24 | 24 |
25 .download { | 25 .download { |
26 -webkit-margin-start: 114px; | 26 -webkit-margin-start: 114px; |
27 -webkit-padding-start: 52px; | 27 -webkit-padding-start: 52px; |
28 margin-bottom: 15px; | 28 margin-bottom: 15px; |
29 position: relative; | 29 position: relative; |
30 } | 30 } |
31 | 31 |
| 32 .focus-row-active { |
| 33 background-color: rgba(0, 0, 0, .05); |
| 34 } |
| 35 |
32 .download, | 36 .download, |
33 #no-downloads-or-results { | 37 #no-downloads-or-results { |
34 margin-top: 6px; | 38 margin-top: 6px; |
35 } | 39 } |
36 | 40 |
37 .date-container { | 41 .date-container { |
38 left: -110px; | 42 left: -110px; |
39 position: absolute; | 43 position: absolute; |
40 width: 110px; | 44 width: 110px; |
41 } | 45 } |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 | 147 |
144 .controls a { | 148 .controls a { |
145 -webkit-margin-end: 12px; | 149 -webkit-margin-end: 12px; |
146 color: #777; | 150 color: #777; |
147 } | 151 } |
148 | 152 |
149 #downloads-pagination { | 153 #downloads-pagination { |
150 -webkit-margin-start: 18px; | 154 -webkit-margin-start: 18px; |
151 padding-top: 24px; | 155 padding-top: 24px; |
152 } | 156 } |
OLD | NEW |