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

Unified Diff: chrome/browser/resources/options/cookies_view.css

Issue 7059001: WebUI: make cookies and site data column headers consistent with other table headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/options/cookies_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_view.css
===================================================================
--- chrome/browser/resources/options/cookies_view.css (revision 86208)
+++ chrome/browser/resources/options/cookies_view.css (working copy)
@@ -6,7 +6,7 @@
/* styles for the cookies list elements in cookies_view.html */
#remove-all-cookies-search-column {
- bottom: 0;
+ bottom: 10px;
position: absolute;
right: 0;
}
@@ -17,13 +17,14 @@
}
#cookies-column-headers {
- margin-bottom: 10px;
position: relative;
width: 100%;
}
#cookies-column-headers h3 {
- margin-bottom: 0;
+ font-size: 105%;
+ font-weight: bold;
+ margin: 10px 0;
}
/* notice the width and padding for these columns match up with those below */
« no previous file with comments | « no previous file | chrome/browser/resources/options/cookies_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698