Backed out 4 changesets (bug 1920674, bug 1920468) for causing win crashes. CLOSED...
[gecko.git] / toolkit / themes / shared / aboutCache.css
blob908e3cb570992a0a8b0a417f89ac0c7753eb8bc1
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 h2 {
6 margin-top: 2em;
9 table {
10 table-layout: fixed;
11 width: 100%;
12 margin-bottom: 1em;
15 #disk,
16 #memory {
17 background-color: rgba(0, 0, 0, .1);
20 th {
21 width: 14em;
22 white-space: nowrap;
23 text-align: end;
26 td {
27 font-family: monospace;
28 word-wrap: break-word;
31 #explanation-dataSize {
32 margin-top: 3em;
33 word-wrap: break-word;
36 #col-key {
37 width: 60%;
40 #col-dataSize,
41 #col-fetchCount,
42 #col-lastModified,
43 #col-expires {
44 width: 13%;
47 #col-pinned {
48 width: 5em;
51 #entries > tbody > tr:nth-child(odd) {
52 background-color: rgba(0, 0, 0, .03);
55 #entries > tbody > tr:nth-child(even) {
56 background-color: rgba(0, 0, 0, .06);
59 #entries > tbody > tr > td {
60 padding: .5em 0;
61 text-align: center;
64 #entries > thead > tr > th {
65 text-align: center;
66 white-space: normal;
69 #entries > thead > tr > th:first-child,
70 #entries > tbody > tr > td:first-child {
71 text-align: start;