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

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: Removed leak suppressions. Created 9 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
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | chrome/browser/ui/webui/cookies_tree_model_util.h » ('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
diff --git a/chrome/browser/resources/options/cookies_view.css b/chrome/browser/resources/options/cookies_view.css
index 19c5b426c840909e90b8088df024ee1d3975ed7b..2a70a08eb339bf406a2b0f258b2bea31a5d847ee 100644
--- a/chrome/browser/resources/options/cookies_view.css
+++ b/chrome/browser/resources/options/cookies_view.css
@@ -88,6 +88,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;
}
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | chrome/browser/ui/webui/cookies_tree_model_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698