Home | History | Annotate | Download | only in quota_internals
      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. */
      4 
      5 th,
      6 td {
      7   padding-left: 0.5em;
      8   padding-right: 0.5em;
      9   text-align: center;
     10 }
     11 
     12 #tree-view-container {
     13   float: left;
     14   min-width: 15em;
     15   width: 20%;
     16 }
     17 
     18 tr:nth-child(odd) {
     19   background: rgb(238, 238, 255);
     20 }
     21 
     22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
     23   background-image: url('../../../../ui/webui/resources/images/icon_file.png');
     24 }
     25