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

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

Issue 408493003: Show local storage usage on the Website Settings options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit-be-gone. Created 6 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/website_settings.css
diff --git a/chrome/browser/resources/options/website_settings.css b/chrome/browser/resources/options/website_settings.css
index e4b1f6f60e889fa63c0990f9fa805849f63dd645..48634dcab1afe9d78b98771982a637fcaca07286 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -20,3 +20,12 @@
margin: 5px 0 0;
min-height: 0;
}
+
+.origin-list-item {
+ display: flex;
+ justify-content: space-between;
+}
+
+.local-storage-usage {
+ margin: auto 0;
+}
« no previous file with comments | « chrome/browser/resources/options/origin_resources_list.js ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698