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; |
+} |