| /* 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-inline-end: 0.5em; |
| padding-inline-start: 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-icon { |
| background-image: url(../../../../ui/webui/resources/images/icon_file.png); |
| } |
| |
| .pressure { |
| margin: 10px 0; |
| } |
| #storage-pressure-origin { |
| min-width: 20em; |
| } |