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: wizard { michael@0: -moz-appearance: none; michael@0: width: 55em; michael@0: height: 45em; michael@0: padding: 0; michael@0: background-color: Window; michael@0: } michael@0: michael@0: .wizard-page-box { michael@0: -moz-appearance: none; michael@0: padding-left: 0; michael@0: padding-right: 0; michael@0: margin: 0; michael@0: } michael@0: michael@0: wizardpage { michael@0: -moz-box-pack: center; michael@0: -moz-box-align: center; michael@0: margin: 0; michael@0: padding: 0 6em; michael@0: background-color: Window; michael@0: } michael@0: michael@0: .wizard-header { michael@0: -moz-appearance: none; michael@0: border: none; michael@0: padding: 2em 0 1em 0; michael@0: text-align: center; michael@0: } michael@0: .wizard-header-label { michael@0: font-size: 24pt; michael@0: font-weight: normal; michael@0: } michael@0: michael@0: .wizard-buttons { michael@0: background-color: rgba(0,0,0,0.1); michael@0: padding: 1em; michael@0: } michael@0: michael@0: .wizard-buttons-separator { michael@0: visibility: collapse; michael@0: } michael@0: michael@0: .wizard-header-icon { michael@0: visibility: collapse; michael@0: } michael@0: michael@0: .accountChoiceButton { michael@0: font: menu; michael@0: } michael@0: michael@0: .confirm { michael@0: border: 1px solid black; michael@0: padding: 1em; michael@0: border-radius: 5px; michael@0: } michael@0: michael@0: /* Override the text-link style from global.css */ michael@0: description > .text-link, michael@0: description > .text-link:focus { michael@0: margin: 0px; michael@0: padding: 0px; michael@0: border: 0px; michael@0: } michael@0: michael@0: michael@0: .success, michael@0: .error { michael@0: padding: 2px; michael@0: border-radius: 2px; michael@0: } michael@0: michael@0: .error { michael@0: background-color: #FF0000 !important; michael@0: color: #FFFFFF !important; michael@0: } michael@0: michael@0: .success { michael@0: background-color: #00FF00 !important; michael@0: } michael@0: michael@0: .warning { michael@0: font-weight: bold; michael@0: font-size: 100%; michael@0: color: red; michael@0: } michael@0: michael@0: .mainDesc { michael@0: font-weight: bold; michael@0: font-size: 100%; michael@0: } michael@0: michael@0: .normal { michael@0: font-size: 100%; michael@0: } michael@0: michael@0: .inputColumn { michael@0: -moz-margin-end: 2px michael@0: } michael@0: michael@0: .pin { michael@0: font-size: 18pt; michael@0: width: 4em; michael@0: text-align: center; michael@0: } michael@0: michael@0: #passphraseHelpSpacer { michael@0: width: 0.5em; michael@0: } michael@0: michael@0: #pairDeviceThrobber > image, michael@0: #login-throbber > image { michael@0: list-style-image: url("chrome://global/skin/icons/loading_16.png"); michael@0: } michael@0: michael@0: #captchaFeedback { michael@0: visibility: hidden; michael@0: } michael@0: michael@0: #successPageIcon { michael@0: /* TODO replace this with a 128px version (bug 591122) */ michael@0: list-style-image: url("chrome://browser/skin/sync-32.png"); michael@0: } michael@0: michael@0: #tosDesc { michael@0: margin-left: -7px; michael@0: margin-bottom: 3px; michael@0: }