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.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 #aboutDialog {
michael@0 6 width: 620px;
michael@0 7 }
michael@0 8
michael@0 9 #rightBox {
michael@0 10 background-image: url("chrome://branding/content/about-wordmark.png");
michael@0 11 background-repeat: no-repeat;
michael@0 12 /* padding-top creates room for the wordmark */
michael@0 13 padding-top: 38px;
michael@0 14 margin-top:20px;
michael@0 15 }
michael@0 16
michael@0 17 #rightBox:-moz-locale-dir(rtl) {
michael@0 18 background-position: 100% 0;
michael@0 19 }
michael@0 20
michael@0 21 #bottomBox {
michael@0 22 padding: 15px 10px 0;
michael@0 23 }
michael@0 24
michael@0 25 #version {
michael@0 26 margin-top: 10px;
michael@0 27 -moz-margin-start: 0;
michael@0 28 -moz-user-select: text;
michael@0 29 -moz-user-focus: normal;
michael@0 30 cursor: text;
michael@0 31 }
michael@0 32
michael@0 33 #distribution,
michael@0 34 #distributionId {
michael@0 35 font-weight: bold;
michael@0 36 display: none;
michael@0 37 margin-top: 0;
michael@0 38 margin-bottom: 0;
michael@0 39 }
michael@0 40
michael@0 41 .text-blurb {
michael@0 42 margin-bottom: 10px;
michael@0 43 -moz-margin-start: 0;
michael@0 44 -moz-padding-start: 0;
michael@0 45 }
michael@0 46
michael@0 47 #updateButton,
michael@0 48 #updateDeck > hbox > label {
michael@0 49 -moz-margin-start: 0;
michael@0 50 -moz-padding-start: 0;
michael@0 51 }
michael@0 52
michael@0 53 .update-throbber {
michael@0 54 width: 16px;
michael@0 55 min-height: 16px;
michael@0 56 -moz-margin-end: 3px;
michael@0 57 list-style-image: url("chrome://global/skin/icons/loading_16.png");
michael@0 58 }
michael@0 59
michael@0 60 .text-link,
michael@0 61 .text-link:focus {
michael@0 62 margin: 0px;
michael@0 63 padding: 0px;
michael@0 64 }
michael@0 65
michael@0 66 .bottom-link,
michael@0 67 .bottom-link:focus {
michael@0 68 text-align: center;
michael@0 69 margin: 0 40px;
michael@0 70 }
michael@0 71
michael@0 72 #currentChannel {
michael@0 73 margin: 0;
michael@0 74 padding: 0;
michael@0 75 font-weight: bold;
michael@0 76 }

mercurial