michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: h2 { michael@0: margin-top: 2em; michael@0: } michael@0: michael@0: table { michael@0: table-layout: fixed; michael@0: width: 100%; michael@0: margin-bottom: 1em; michael@0: padding: 0.5em 0; michael@0: border-radius: 10px; michael@0: } michael@0: michael@0: #disk, michael@0: #memory, michael@0: #offline { michael@0: background-color: rgba(0, 0, 0, .1); michael@0: } michael@0: michael@0: th { michael@0: width: 14em; michael@0: white-space: nowrap; michael@0: text-align: end; michael@0: } michael@0: michael@0: td { michael@0: font-family: -moz-fixed; michael@0: word-wrap: break-word; michael@0: } michael@0: michael@0: #col-key { michael@0: width: 60%; michael@0: } michael@0: michael@0: #col-dataSize, michael@0: #col-fetchCount, michael@0: #col-lastModified, michael@0: #col-expires { michael@0: width: 13%; michael@0: } michael@0: michael@0: #entries > tbody > tr:nth-child(odd) { michael@0: background-color: rgba(0, 0, 0, .03); michael@0: } michael@0: michael@0: #entries > tbody > tr:nth-child(even) { michael@0: background-color: rgba(0, 0, 0, .06); michael@0: } michael@0: michael@0: #entries > tbody > tr > td { michael@0: padding: .5em 0; michael@0: text-align: center; michael@0: } michael@0: michael@0: #entries > thead > tr > th { michael@0: text-align: center; michael@0: white-space: normal; michael@0: } michael@0: michael@0: #entries > thead > tr > th:first-child, michael@0: #entries > tbody > tr > td:first-child { michael@0: text-align: start; michael@0: }