cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / quota_internals / main.css
blob5434daa36b377fd9045dc50c76e1f8e4bf5fca87
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 th,
6 td {
7 padding-left: 0.5em;
8 padding-right: 0.5em;
9 text-align: center;
12 #tree-view-container {
13 float: left;
14 min-width: 15em;
15 width: 20%;
18 tr:nth-child(odd) {
19 background: rgb(238, 238, 255);
22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
23 background-image: url('../../../../ui/webui/resources/images/icon_file.png');