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 | |
36 .download, | 32 .download, |
37 #no-downloads-or-results { | 33 #no-downloads-or-results { |
38 margin-top: 6px; | 34 margin-top: 6px; |
39 } | 35 } |
40 | 36 |
41 .date-container { | 37 .date-container { |
42 left: -110px; | 38 left: -110px; |
43 position: absolute; | 39 position: absolute; |
44 width: 110px; | 40 width: 110px; |
45 } | 41 } |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 | 143 |
148 .controls a { | 144 .controls a { |
149 -webkit-margin-end: 12px; | 145 -webkit-margin-end: 12px; |
150 color: #777; | 146 color: #777; |
151 } | 147 } |
152 | 148 |
153 #downloads-pagination { | 149 #downloads-pagination { |
154 -webkit-margin-start: 18px; | 150 -webkit-margin-start: 18px; |
155 padding-top: 24px; | 151 padding-top: 24px; |
156 } | 152 } |
OLD | NEW |