Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
7 .wizard-header {
8 border-bottom: 2px groove ThreeDFace;
9 background-color: Window;
10 color: WindowText;
11 }
13 .wizard-header-box-1 {
14 padding: 5px 0px 5px 0px;
15 }
17 wizard[description=""] .wizard-header-description {
18 display: none;
19 }
21 .wizard-header-label {
22 -moz-margin-start: 23px;
23 font-weight: bold;
24 }
26 .wizard-header-description {
27 -moz-margin-start: 44px;
28 }
30 wizard[branded="true"] .wizard-header-icon {
31 list-style-image: url("chrome://branding/content/icon48.png");
32 -moz-margin-end: 5px;
33 }
35 .wizard-page-box {
36 margin: 10px 44px;
37 }
39 .wizard-buttons-separator {
40 margin-bottom: 0px !important;
41 }
43 .wizard-buttons-box-2 {
44 margin: 10px;
45 }
47 .wizard-button[dlgtype="finish"],
48 .wizard-button[dlgtype="next"] {
49 -moz-margin-start: 0px !important;
50 }
52 .wizard-button[dlgtype="back"] {
53 -moz-margin-end: 0px !important;
54 }