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

Side by Side Diff: chrome/browser/resources/quota_internals/main.css

Issue 7259007: Revert 90447 - Add chrome://quota-internals/ resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 */
6
7 th, td {
8 padding-left: 0.5em;
9 padding-right: 0.5em;
10 text-align: center;
11 }
12
13 #tree-view-container {
14 float: left;
15 min-width: 15em;
16 width: 20%;
17 }
18
19 tr:nth-child(odd) {
20 background: #eeeeff;
21 }
22
23 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
24 background-image: url("../shared/images/icon_file.png");
25 }
OLDNEW
« 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