Commit | Line | Data |
---|---|---|
9099c61d RK |
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/. */ | |
351107c9 | 4 | |
5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
6 | ||
7 | .wizard-header { | |
8 | border-bottom: 2px groove #9C9CFF; | |
351107c9 | 9 | background-color: #E7ADE7; |
10 | color: #000000; | |
11 | } | |
12 | ||
f98e9249 RK |
13 | .wizard-header-box-1 { |
14 | padding: 5px 0px; | |
15 | } | |
16 | ||
17 | wizard[description=""] .wizard-header-description { | |
18 | display: none; | |
19 | } | |
20 | ||
351107c9 | 21 | .wizard-header-label { |
f98e9249 | 22 | -moz-margin-start: 23px; |
351107c9 | 23 | font-weight: bold; |
24 | } | |
25 | ||
26 | .wizard-header-description { | |
f98e9249 RK |
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; | |
351107c9 | 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 | ||
cfae8c74 RK |
47 | .wizard-button[dlgtype="finish"], |
48 | .wizard-button[dlgtype="next"] { | |
49 | -moz-margin-start: 0px !important; | |
351107c9 | 50 | } |
51 | ||
cfae8c74 | 52 | .wizard-button[dlgtype="back"] { |
f98e9249 | 53 | -moz-margin-end: 0px !important; |
351107c9 | 54 | } |