restore space between wizard buttons
[themes.git] / LCARStrek / global / wizard.css
... / ...
CommitLineData
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 #9C9CFF;
9 background-color: #E7ADE7;
10 color: #000000;
11}
12
13.wizard-header-box-1 {
14 padding: 5px 0px;
15}
16
17wizard[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
30wizard[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}
55*/