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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.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
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index bdb9c71ed4aade477867737ed9aa488d05897909..c850a3d384591ce6b1148b8f1e308826034b382b 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -2,6 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+<include src="../search_header.css">
+
html,
body {
cursor: default;
@@ -249,23 +251,6 @@ list > .folder > .label,
</if>
}
-header {
- align-items: center;
- display: flex;
- min-width: 400px;
- padding: 0 12px;
-}
-
-header h2 {
- flex: 1;
- font-weight: normal;
- line-height: 1; /* TODO(dbeam): include chrome_shared.css on this page. */
-}
-
-header form {
- flex: none;
-}
-
.tree-row.drag-on,
.drag-on {
background-color: hsla(214, 91%, 85%, .5);
@@ -310,10 +295,6 @@ list > .drag-above {
}
.summary {
- background-color: rgb(235, 239, 249);
- border-top: 1px solid rgb(156, 194, 239);
- clear: both;
- padding: 5px 10px;
white-space: nowrap;
benjhayden 2014/08/22 23:50:10 Why not share both nowrap and flex in search_heade
Dan Beam 2014/08/25 15:54:15 .summary { white-space: nowrap; } only applies
}
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698