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

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: <3 removing code 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/bookmark_manager/js/main.js » ('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..1d8cf39aa17b766f292183cfb4445830662a0c7a 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);
@@ -309,16 +294,7 @@ list > .drag-above {
overflow : visible;
}
-.summary {
- background-color: rgb(235, 239, 249);
- border-top: 1px solid rgb(156, 194, 239);
- clear: both;
- padding: 5px 10px;
- white-space: nowrap;
-}
-
.summary > * {
- display: inline-block;
font-size: 100%;
margin: 0;
}
« no previous file with comments | « no previous file | chrome/browser/resources/bookmark_manager/js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698