toolkit/themes/windows/global/aboutCache.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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;
     7 }
     9 table {
    10   table-layout: fixed;
    11   width: 100%;
    12   margin-bottom: 1em;
    13   padding: 0.5em 0;
    14   border-radius: 10px;
    15 }
    17 #disk,
    18 #memory,
    19 #offline {
    20   background-color: rgba(0, 0, 0, .1);
    21 }
    23 th {
    24   width: 14em;
    25   white-space: nowrap;
    26   text-align: end;
    27 }
    29 td {
    30   font-family: -moz-fixed;
    31   word-wrap: break-word;
    32 }
    34 #col-key {
    35   width: 60%;
    36 }
    38 #col-dataSize,
    39 #col-fetchCount,
    40 #col-lastModified,
    41 #col-expires {
    42   width: 13%;
    43 }
    45 #entries > tbody > tr:nth-child(odd) {
    46   background-color: rgba(0, 0, 0, .03);
    47 }
    49 #entries > tbody > tr:nth-child(even) {
    50   background-color: rgba(0, 0, 0, .06);
    51 }
    53 #entries > tbody > tr > td {
    54   padding: .5em 0;
    55   text-align: center;
    56 }
    58 #entries > thead > tr > th {
    59   text-align: center;
    60   white-space: normal;
    61 }
    63 #entries > thead > tr > th:first-child,
    64 #entries > tbody > tr > td:first-child {
    65   text-align: start;
    66 }

mercurial