toolkit/themes/windows/global/wizard.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:f58384456849
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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 .wizard-header {
8 border-bottom: 2px groove ThreeDFace;
9 background-color: Window;
10 color: WindowText;
11 }
12
13 .wizard-header-box-1 {
14 padding: 5px 0px 5px 0px;
15 }
16
17 wizard[description=""] .wizard-header-description {
18 display: none;
19 }
20
21 .wizard-header-label {
22 -moz-margin-start: 23px;
23 font-weight: bold;
24 }
25
26 .wizard-header-description {
27 -moz-margin-start: 44px;
28 }
29
30 wizard[branded="true"] .wizard-header-icon {
31 list-style-image: url("chrome://branding/content/icon48.png");
32 -moz-margin-end: 5px;
33 }
34
35 .wizard-page-box {
36 margin: 10px 44px;
37 }
38
39 .wizard-buttons-separator {
40 margin-bottom: 0px !important;
41 }
42
43 .wizard-buttons-box-2 {
44 margin: 10px;
45 }
46
47 .wizard-button[dlgtype="finish"],
48 .wizard-button[dlgtype="next"] {
49 -moz-margin-start: 0px !important;
50 }
51
52 .wizard-button[dlgtype="back"] {
53 -moz-margin-end: 0px !important;
54 }

mercurial