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

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

Issue 8772046: Make input boxes on history and downloads look nice. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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/history.css ('k') | chrome/browser/resources/old_webui.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.html
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index e3ceaadc41b1faf8fdf946b13696dfc4867db509..b33ce38882b707d489d0bc21699e9c6f263515e0 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -23,6 +23,7 @@
<script src="chrome://history/history.js"></script>
<script src="chrome://history/strings.js"></script>
+<link rel="stylesheet" href="shared/css/chrome_shared.css">
<link rel="stylesheet" href="old_webui.css">
<link rel="stylesheet" href="history.css">
</head>
@@ -37,11 +38,7 @@
</form>
</div>
<div class="main">
- <div id="results-separator">
- <table border="0" cellPadding="0" cellSpacing="0">
- <tr><td id="results-summary"></td><td id="edit-button"><p></p></td></tr>
- </table>
- </div>
+ <div id="results-summary"></div>
<div id="editing-controls">
<button id="clear-browsing-data" i18n-content="clearallhistory"></button>
<button id="remove-selected"
« no previous file with comments | « chrome/browser/resources/history.css ('k') | chrome/browser/resources/old_webui.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698