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 { michael@0: padding: 14px; michael@0: } michael@0: michael@0: #header { michael@0: display: inline !important; michael@0: } michael@0: michael@0: .wizard-header { michael@0: -moz-appearance: dialog; michael@0: } michael@0: michael@0: .wizard-header-box-1 { michael@0: color: #000; michael@0: } michael@0: michael@0: .wizard-header-box-text { michael@0: padding: 6px 10px; michael@0: font: menu; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .wizard-header-label { michael@0: margin-left: 23px; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .wizard-header-box-icon { michael@0: margin-top: 3px; michael@0: -moz-margin-end: 20px; michael@0: margin-bottom: 0; michael@0: -moz-margin-start: 3px; 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: } michael@0: michael@0: .wizard-page-box { michael@0: padding: 15px 23px; michael@0: -moz-appearance: dialog; michael@0: } michael@0: michael@0: .wizard-buttons-separator { michael@0: margin: 0 !important; michael@0: border-bottom: 1px solid #fff !important; michael@0: } michael@0: michael@0: .wizard-buttons-btm { michael@0: padding: 3px 6px 6px; michael@0: } michael@0: michael@0: .wizard-button { michael@0: font: menu !important; michael@0: } michael@0: