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

Unified Diff: chrome/browser/resources/quota_internals/quota-internals.css

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
Index: chrome/browser/resources/quota_internals/quota-internals.css
diff --git a/chrome/browser/resources/quota_internals/quota-internals.css b/chrome/browser/resources/quota_internals/quota-internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..b41e4a0748411181c76bbc77dd3776eda6de3296
--- /dev/null
+++ b/chrome/browser/resources/quota_internals/quota-internals.css
@@ -0,0 +1,27 @@
+
+body {
Evan Stade 2011/05/26 16:13:13 what
+}
+
+.sort{text-decoration: underline;}
Evan Stade 2011/05/26 16:13:13 not valid style
+.sort.asc:after{content: "+";}
+.sort.dec:after{content: "-";}
+
+.sort-switches>th{
+ text-align: center;
+ margin: 0;
+ cursor: pointer;
+}
+
+.entries>tr:hover{
+ font-weight: bold;
+}
+
+th, td {
+ text-align: center;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+}
+
+td {
+ border: solid black thin;
+}

Powered by Google App Engine
This is Rietveld 408576698