| Index: chrome/browser/resources/downloads/downloads.css
|
| diff --git a/chrome/browser/resources/downloads/downloads.css b/chrome/browser/resources/downloads/downloads.css
|
| index dc3031b8c2c16cf447032a99a10278ea530e666b..eb4ac1d74341f291e9f5477f028f0c2363a03425 100644
|
| --- a/chrome/browser/resources/downloads/downloads.css
|
| +++ b/chrome/browser/resources/downloads/downloads.css
|
| @@ -2,27 +2,10 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -header {
|
| - align-items: center;
|
| - display: flex;
|
| - margin: 0 12px;
|
| -}
|
| -
|
| -header h2 {
|
| - flex: 1;
|
| - font-size: 1.5em;
|
| - margin: 15px 0;
|
| -}
|
| -
|
| -#term {
|
| - flex: none;
|
| -}
|
| +<include src="../search_header.css">
|
|
|
| -#downloads-summary {
|
| - background-color: rgb(235, 239, 249);
|
| - border-top: 1px solid rgb(156, 194, 239);
|
| +.summary {
|
| display: flex;
|
| - padding: 5px 10px;
|
| }
|
|
|
| #downloads-summary-text {
|
|
|