michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: .wizard-header { michael@0: border-bottom: 2px groove ThreeDFace; michael@0: background-color: Window; michael@0: color: WindowText; michael@0: } michael@0: michael@0: .wizard-header-box-1 { michael@0: padding: 5px 0px 5px 0px; michael@0: } michael@0: michael@0: wizard[description=""] .wizard-header-description { michael@0: display: none; michael@0: } michael@0: michael@0: .wizard-header-label { michael@0: -moz-margin-start: 23px; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .wizard-header-description { michael@0: -moz-margin-start: 44px; michael@0: } michael@0: michael@0: wizard[branded="true"] .wizard-header-icon { michael@0: list-style-image: url("chrome://branding/content/icon48.png"); michael@0: -moz-margin-end: 5px; michael@0: } michael@0: michael@0: .wizard-page-box { michael@0: margin: 10px 44px; michael@0: } michael@0: michael@0: .wizard-buttons-separator { michael@0: margin-bottom: 0px !important; michael@0: } michael@0: michael@0: .wizard-buttons-box-2 { michael@0: margin: 10px; michael@0: } michael@0: michael@0: .wizard-button[dlgtype="finish"], michael@0: .wizard-button[dlgtype="next"] { michael@0: -moz-margin-start: 0px !important; michael@0: } michael@0: michael@0: .wizard-button[dlgtype="back"] { michael@0: -moz-margin-end: 0px !important; michael@0: }