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

Unified 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 side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698