browser/themes/osx/aboutSessionRestore.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 %if 0
     2 /* This Source Code Form is subject to the terms of the Mozilla Public
     3  * License, v. 2.0. If a copy of the MPL was not distributed with this
     4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 %endif
     7 html {
     8   height: 100%;
     9 }
    11 body {
    12   height: 100%;
    13   text-align: center;
    14 }
    16 #errorPageContainer {
    17   background-image: url("chrome://global/skin/icons/warning-64.png");
    18   display: -moz-box;
    19   width: -moz-available;
    20   height: 70%;
    21   -moz-box-orient: vertical;
    22   text-align: start;
    23 }
    25 #errorShortDesc > p {
    26   margin-top: 0.4em;
    27   margin-bottom: 0;
    28 }
    30 #errorLongContent, #errorTrailerDesc {
    31   display: -moz-box;
    32   -moz-box-flex: 1;
    33   -moz-box-orient: vertical;
    34 }
    36 #tabList {
    37   margin-top: 2.5em;
    38   width: 100%;
    39   min-height: 12em;
    40 }
    42 treechildren::-moz-tree-image(icon),
    43 treechildren::-moz-tree-image(noicon) {
    44   padding-right: 2px;
    45   margin: 0px 2px;
    46   width: 16px;
    47   height: 16px;
    48 }
    50 treechildren::-moz-tree-image(noicon) {
    51   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    52 }
    53 treechildren::-moz-tree-image(container, noicon) {
    54   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
    55 }
    56 treechildren::-moz-tree-image(checked) {
    57   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
    58 }
    59 treechildren::-moz-tree-image(partial) {
    60   list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
    61 }
    63 #buttons {
    64   -moz-margin-start: 80px; /* same as #errorLongContent in netError.css */
    65 }
    66 #buttons > button {
    67   margin-top: 2em;
    68   -moz-margin-start: 6px;
    69 }

mercurial