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

Unified Diff: chrome/browser/resources/downloads/downloads.html

Issue 492163004: downloads: Make header look more like settings, extensions, history, and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/resources/downloads/downloads.html
diff --git a/chrome/browser/resources/downloads/downloads.html b/chrome/browser/resources/downloads/downloads.html
index c6136d3f3e755fb818d27143a90a725da350d166..6d2a0f13f4d29c31576cab34fabf7c585a0745f7 100644
--- a/chrome/browser/resources/downloads/downloads.html
+++ b/chrome/browser/resources/downloads/downloads.html
@@ -11,17 +11,14 @@
<script src="chrome://downloads/downloads.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <div class="header">
- <a id="search-link" href="">
- <img src="../downloads_section.png"
- width="32" height="32" class="logo" border="0">
- </a>
+ <header>
+ <h2 i18n-content="downloads"></h2>
<input id="term" type="search" tabindex=1
- i18n-values="placeholder:searchbutton" class="form" autofocus incremental>
- </div>
+ i18n-values="placeholder:searchbutton" autofocus incremental>
+ </header>
<div class="main">
<div id="downloads-summary">
- <span id="downloads-summary-text" i18n-content="downloads"></span>
+ <span id="downloads-summary-text"></span>
<span id="downloads-actions">
<a id="open-downloads-folder" href="#"
i18n-content="open_downloads_folder">

Powered by Google App Engine
This is Rietveld 408576698