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

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

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/downloads.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.css
diff --git a/chrome/browser/resources/history.css b/chrome/browser/resources/history.css
index cf80899989e99eb5e5007debfb55176c7d8e18b2..a5d96a89553f34955091c4e8a8e2084a1b648089 100644
--- a/chrome/browser/resources/history.css
+++ b/chrome/browser/resources/history.css
@@ -3,24 +3,16 @@
* found in the LICENSE file.
*/
-#results-separator {
+#results-summary {
border-top: 1px solid rgb(156, 194, 239);
background-color: rgb(235, 239, 249);
font-weight: bold;
padding: 3px;
margin-bottom: -8px;
margin-top: 12px;
-}
-
-#results-separator table {
- width: 100%;
-}
-
-#results-summary {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- width: 50%;
}
#editing-controls button {
@@ -217,3 +209,9 @@ html[dir='rtl'] .entry .title {
-webkit-transition: opacity 200ms;
opacity: 0;
}
+
+.page-navigation {
+ -webkit-margin-end: 4px;
+ background-color: rgb(235, 239, 249);
+ padding: 8px;
+}
« no previous file with comments | « chrome/browser/resources/downloads.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698