browser/metro/theme/aboutPage.css

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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 #aboutLogoContainer {
     6   width: 300px;
     7 }
     9 #version {
    10   font-weight: bold;
    11   color: #909090;
    12   margin: -24px 20px 0 118px;
    13 }
    15 #update {
    16   float: right;
    17   padding: 8px;
    18   margin-top: -32px;
    19 }
    21 body[dir="rtl"] #update {
    22   float: left;
    23 }
    25 #update-message-checking,
    26 #update-message-none,
    27 #update-message-found {
    28   display: none;
    29   float: right;
    30   padding: 8px;
    31   margin-top: -32px;
    32 }
    34 body[dir="rtl"] #update-message-checking,
    35 body[dir="rtl"] #update-message-none,
    36 body[dir="rtl"] #update-message-found {
    37   float: left;
    38 }
    40 #aboutLinks {
    41   background-color: white;
    42   padding: 5px;
    43   border: 2px solid #e6e5e3;
    44   font-size: 24px;
    45 }
    47 #aboutLinks > li {
    48   clear: both;
    49   border-bottom: 2px solid #e6e5e3;
    50   list-style: none;
    51   -moz-padding-end: 16px;
    52 }
    54 #aboutLinks > li:last-child {
    55   border-bottom: 0;
    56 }
    58 #aboutLinks > li > a {
    59   padding: 16px;
    60   display: block;
    61   color: #3a3834;
    62   background: url("images/arrowright-16.png") right center no-repeat;
    63 }
    65 body[dir="rtl"] #aboutLinks > li > a {
    66   background: url("images/arrowleft-16.png") left center no-repeat;
    67 }
    69 #aboutDetails {
    70   margin-top: 15px;
    71   font-size: 18px;
    72 }

mercurial