summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/quota_internals/main.css
blob: 5434daa36b377fd9045dc50c76e1f8e4bf5fca87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright (c) 2012 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: rgb(238, 238, 255);
}

.tree-item:not([may-have-children]) > .tree-row > .tree-label {
  background-image: url('../../../../ui/webui/resources/images/icon_file.png');
}