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

Unified Diff: chrome/browser/resources/quota_internals/main.css

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 years, 6 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/main.css
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css
new file mode 100644
index 0000000000000000000000000000000000000000..575340613f940158e5809e926bbe0c7682cb5592
--- /dev/null
+++ b/chrome/browser/resources/quota_internals/main.css
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2011 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+*/
+
+th, td {
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ text-align: center;
+}
+
+#tree-view-container {
+ float: left;
+ min-width: 15em;
+ width: 20%;
+}
+
+tr:nth-child(odd) {
+ background: #eeeeff;
+}
+
+.tree-item:not([may-have-children]) > .tree-row > .tree-label {
+ background-image: url("../shared/images/icon_file.png");
+}
« no previous file with comments | « chrome/browser/resources/quota_internals/event_handler.js ('k') | chrome/browser/resources/quota_internals/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698