toolkit/themes/osx/global/wizard.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8ccb9f2a2ee6
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 {
8 padding: 14px;
9 }
10
11 #header {
12 display: inline !important;
13 }
14
15 .wizard-header {
16 -moz-appearance: dialog;
17 }
18
19 .wizard-header-box-1 {
20 color: #000;
21 }
22
23 .wizard-header-box-text {
24 padding: 6px 10px;
25 font: menu;
26 font-weight: bold;
27 }
28
29 .wizard-header-label {
30 margin-left: 23px;
31 font-weight: bold;
32 }
33
34 .wizard-header-box-icon {
35 margin-top: 3px;
36 -moz-margin-end: 20px;
37 margin-bottom: 0;
38 -moz-margin-start: 3px;
39 }
40
41 wizard[branded="true"] .wizard-header-icon {
42 list-style-image: url("chrome://branding/content/icon48.png");
43 }
44
45 .wizard-page-box {
46 padding: 15px 23px;
47 -moz-appearance: dialog;
48 }
49
50 .wizard-buttons-separator {
51 margin: 0 !important;
52 border-bottom: 1px solid #fff !important;
53 }
54
55 .wizard-buttons-btm {
56 padding: 3px 6px 6px;
57 }
58
59 .wizard-button {
60 font: menu !important;
61 }
62

mercurial