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

Unified Diff: chrome/browser/resources/bookmark_manager/main.html

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 | « chrome/browser/resources/bookmark_manager/js/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/main.html
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
index c21fb1a01f47b7532295889ed8b80e3f956c13cd..5087a68514be39a83b68084c905c749313d60e40 100644
--- a/chrome/browser/resources/bookmark_manager/main.html
+++ b/chrome/browser/resources/bookmark_manager/main.html
@@ -55,16 +55,15 @@ found in the LICENSE file.
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
-<div class="header">
- <button class="logo link-button" tabindex=3></button>
- <form class="form">
+<header>
+ <h2 i18n-content="title"></h2>
+ <form>
<input type="search" id="term" tabindex=1 autofocus incremental
i18n-values="placeholder:search_button">
</form>
-</div>
+</header>
<div class="summary">
- <h3 i18n-content="title"></h3>
<button menu="#organize-menu" tabindex="4" i18n-content="organize_menu">
</button>
</div>
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698