browser/base/content/aboutDialog.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 /* 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 #aboutDialog {
     6   width: 620px;
     7 }
     9 #rightBox {
    10   background-image: url("chrome://branding/content/about-wordmark.png");
    11   background-repeat: no-repeat;
    12   /* padding-top creates room for the wordmark */
    13   padding-top: 38px;
    14   margin-top:20px;
    15 }
    17 #rightBox:-moz-locale-dir(rtl) {
    18   background-position: 100% 0;
    19 }
    21 #bottomBox {
    22   padding: 15px 10px 0;
    23 }
    25 #version {
    26   margin-top: 10px;
    27   -moz-margin-start: 0;
    28   -moz-user-select: text;
    29   -moz-user-focus: normal;
    30   cursor: text;
    31 }
    33 #distribution,
    34 #distributionId {
    35   font-weight: bold;
    36   display: none;
    37   margin-top: 0;
    38   margin-bottom: 0;
    39 }
    41 .text-blurb {
    42   margin-bottom: 10px;
    43   -moz-margin-start: 0;
    44   -moz-padding-start: 0;
    45 }
    47 #updateButton,
    48 #updateDeck > hbox > label {
    49   -moz-margin-start: 0;
    50   -moz-padding-start: 0;
    51 }
    53 .update-throbber {
    54   width: 16px;
    55   min-height: 16px;
    56   -moz-margin-end: 3px;
    57   list-style-image: url("chrome://global/skin/icons/loading_16.png");
    58 }
    60 .text-link,
    61 .text-link:focus {
    62   margin: 0px;
    63   padding: 0px;
    64 }
    66 .bottom-link,
    67 .bottom-link:focus {
    68   text-align: center;
    69   margin: 0 40px;
    70 }
    72 #currentChannel {
    73   margin: 0;
    74   padding: 0;
    75   font-weight: bold;
    76 }

mercurial