Chromium Code Reviews| 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
|
| } |