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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 472933004: Change bookmark manager header to look more like settings/extensions/history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: shave 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 5f1367d0195f3fff09e2fb949e32a399f424dacc..bd266871f155d30b42d1b174a6d8001707af3571 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -249,35 +249,20 @@ list > .folder > .label,
</if>
}
-.logo {
- -webkit-appearance: none;
- background: url('../images/bookmarks_section_32.png') no-repeat 50% 50%;
- border: 0;
- cursor: pointer;
- float: left;
- height: 32px;
- margin: 10px;
- width: 32px;
-}
-
-html:not(.focus-outline-visible) .logo:focus {
- outline: none;
-}
-
-.header form {
- float: left;
- margin: 14px 2px 0 2px;
- width: 171px;
+header {
+ align-items: center;
+ display: flex;
+ min-width: 400px;
+ padding: 0 12px;
}
-.header {
- min-width: 400px;
+header h2 {
+ flex: 1;
+ font-weight: normal;
}
-html[dir=rtl] .logo,
-html[dir=rtl] .header > div,
-html[dir=rtl] .header form {
- float: right;
+header form {
+ flex: none;
}
.tree-row.drag-on,
@@ -339,13 +324,14 @@ list > .drag-above {
.summary button {
-webkit-appearance: none;
- -webkit-margin-start: 10px;
+ -webkit-margin-start: 16px;
-webkit-padding-end: 11px;
-webkit-padding-start: 0;
background: transparent -webkit-canvas(drop-down-arrow)
no-repeat right center;
border: 0;
font: inherit;
+ font-weight: bold;
padding-bottom: 0;
padding-top: 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