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/. */ | |
128000f4 | 4 | |
f6e0a33f | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
6 | ||
7 | .wizard-header { | |
b70a3a73 | 8 | border-bottom: 2px groove #6699FF; |
f6e0a33f | 9 | background-color: #666699; |
10 | color: #CCD0DD; | |
11 | } | |
12 | ||
e181d49e RK |
13 | .wizard-header-box-1 { |
14 | padding: 5px 0px; | |
15 | } | |
16 | ||
17 | wizard[description=""] .wizard-header-description { | |
18 | display: none; | |
19 | } | |
20 | ||
f6e0a33f | 21 | .wizard-header-label { |
e181d49e | 22 | -moz-margin-start: 23px; |
f6e0a33f | 23 | font-weight: bold; |
24 | } | |
25 | ||
26 | .wizard-header-description { | |
e181d49e 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; | |
f6e0a33f | 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 | } | |
dce35e05 | 46 | /* |
7862e6ee RK |
47 | .wizard-button[dlgtype="finish"], |
48 | .wizard-button[dlgtype="next"] { | |
49 | -moz-margin-start: 0px !important; | |
f6e0a33f | 50 | } |
51 | ||
7862e6ee | 52 | .wizard-button[dlgtype="back"] { |
e181d49e | 53 | -moz-margin-end: 0px !important; |
f6e0a33f | 54 | } |
dce35e05 | 55 | */ |