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

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

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 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/options/cookies_view.css
diff --git a/chrome/browser/resources/options/cookies_view.css b/chrome/browser/resources/options/cookies_view.css
index 19c5b426c840909e90b8088df024ee1d3975ed7b..f15fde203cbf7a0b7fc63a24ac789d7e1b0b8de7 100644
--- a/chrome/browser/resources/options/cookies_view.css
+++ b/chrome/browser/resources/options/cookies_view.css
@@ -6,9 +6,7 @@ found in the LICENSE file.
/* styles for the cookies list elements in cookies_view.html */
#remove-all-cookies-search-column {
- bottom: 10px;
- position: absolute;
- right: 0;
+ text-align: right;
}
html[dir=rtl] #remove-all-cookies-search-column {
@@ -40,6 +38,13 @@ html[dir=rtl] #remove-all-cookies-search-column {
font-weight: bold;
}
+#cookies-size-column {
+ display: inline-block;
+ font-weight: bold;
+ float: right;
+ margin-right: 3em;
+}
+
#cookies-list {
border: 1px solid #D9D9D9;
margin: 0;
@@ -88,6 +93,12 @@ list.cookie-list > .deletable-item[selected] .cookie-site {
display: inline-block;
}
+.cookie-size {
+ display: inline-block;
+ float: right;
+ margin-right: 3em;
+}
+
list.cookie-list > .deletable-item[selected] .cookie-data {
-webkit-user-select: text;
}

Powered by Google App Engine
This is Rietveld 408576698