| 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 header { | 5 <include src="../search_header.css"> |
| 6 align-items: center; | 6 |
| 7 .summary { |
| 7 display: flex; | 8 display: flex; |
| 8 margin: 0 12px; | |
| 9 } | |
| 10 | |
| 11 header h2 { | |
| 12 flex: 1; | |
| 13 font-size: 1.5em; | |
| 14 margin: 15px 0; | |
| 15 } | |
| 16 | |
| 17 #term { | |
| 18 flex: none; | |
| 19 } | |
| 20 | |
| 21 #downloads-summary { | |
| 22 background-color: rgb(235, 239, 249); | |
| 23 border-top: 1px solid rgb(156, 194, 239); | |
| 24 display: flex; | |
| 25 padding: 5px 10px; | |
| 26 } | 9 } |
| 27 | 10 |
| 28 #downloads-summary-text { | 11 #downloads-summary-text { |
| 29 flex: 1; | 12 flex: 1; |
| 30 font-weight: bold; | 13 font-weight: bold; |
| 31 } | 14 } |
| 32 | 15 |
| 33 #downloads-actions { | 16 #downloads-actions { |
| 34 flex: none; | 17 flex: none; |
| 35 } | 18 } |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 | 150 |
| 168 .controls a { | 151 .controls a { |
| 169 -webkit-margin-end: 16px; | 152 -webkit-margin-end: 16px; |
| 170 color: #777; | 153 color: #777; |
| 171 } | 154 } |
| 172 | 155 |
| 173 #downloads-pagination { | 156 #downloads-pagination { |
| 174 -webkit-margin-start: 18px; | 157 -webkit-margin-start: 18px; |
| 175 padding-top: 24px; | 158 padding-top: 24px; |
| 176 } | 159 } |
| OLD | NEW |