summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/quota_internals/main.css
diff options
context:
space:
mode:
authortzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 22:25:22 +0000
committertzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 22:25:22 +0000
commita4138fa2666749b51a53629f0dddc299ed470a9c (patch)
tree1728649c55d14a8a7de48f2c411128a30778b6be /chrome/browser/resources/quota_internals/main.css
parentc138f296d2360252812ec2051e73bc412cf11fe1 (diff)
downloadchromium_src-a4138fa2666749b51a53629f0dddc299ed470a9c.zip
chromium_src-a4138fa2666749b51a53629f0dddc299ed470a9c.tar.gz
chromium_src-a4138fa2666749b51a53629f0dddc299ed470a9c.tar.bz2
Revert 90447 - Add chrome://quota-internals/ resources
(split from issue 7038034) BUG=84397 TEST=None Review URL: http://codereview.chromium.org/7053009 TBR=tzik@chromium.org Review URL: http://codereview.chromium.org/7259007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/quota_internals/main.css')
-rw-r--r--chrome/browser/resources/quota_internals/main.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css
deleted file mode 100644
index 5753406..0000000
--- a/chrome/browser/resources/quota_internals/main.css
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-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");
-}