Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chrome/browser/resources/downloads/downloads.css

Issue 502613003: downloads/bookmarks: combine header CSS between downloads and bookmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whoops Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698