browser/base/content/aboutDialog.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:f739c96440fe
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/. */
4
5 #aboutDialog {
6 width: 620px;
7 }
8
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 }
16
17 #rightBox:-moz-locale-dir(rtl) {
18 background-position: 100% 0;
19 }
20
21 #bottomBox {
22 padding: 15px 10px 0;
23 }
24
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 }
32
33 #distribution,
34 #distributionId {
35 font-weight: bold;
36 display: none;
37 margin-top: 0;
38 margin-bottom: 0;
39 }
40
41 .text-blurb {
42 margin-bottom: 10px;
43 -moz-margin-start: 0;
44 -moz-padding-start: 0;
45 }
46
47 #updateButton,
48 #updateDeck > hbox > label {
49 -moz-margin-start: 0;
50 -moz-padding-start: 0;
51 }
52
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 }
59
60 .text-link,
61 .text-link:focus {
62 margin: 0px;
63 padding: 0px;
64 }
65
66 .bottom-link,
67 .bottom-link:focus {
68 text-align: center;
69 margin: 0 40px;
70 }
71
72 #currentChannel {
73 margin: 0;
74 padding: 0;
75 font-weight: bold;
76 }

mercurial