1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/wizard.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,54 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.9 + 1.10 +.wizard-header { 1.11 + border-bottom: 2px groove ThreeDFace; 1.12 + background-color: Window; 1.13 + color: WindowText; 1.14 +} 1.15 + 1.16 +.wizard-header-box-1 { 1.17 + padding: 5px 0px 5px 0px; 1.18 +} 1.19 + 1.20 +wizard[description=""] .wizard-header-description { 1.21 + display: none; 1.22 +} 1.23 + 1.24 +.wizard-header-label { 1.25 + -moz-margin-start: 23px; 1.26 + font-weight: bold; 1.27 +} 1.28 + 1.29 +.wizard-header-description { 1.30 + -moz-margin-start: 44px; 1.31 +} 1.32 + 1.33 +wizard[branded="true"] .wizard-header-icon { 1.34 + list-style-image: url("chrome://branding/content/icon48.png"); 1.35 + -moz-margin-end: 5px; 1.36 +} 1.37 + 1.38 +.wizard-page-box { 1.39 + margin: 10px 44px; 1.40 +} 1.41 + 1.42 +.wizard-buttons-separator { 1.43 + margin-bottom: 0px !important; 1.44 +} 1.45 + 1.46 +.wizard-buttons-box-2 { 1.47 + margin: 10px; 1.48 +} 1.49 + 1.50 +.wizard-button[dlgtype="finish"], 1.51 +.wizard-button[dlgtype="next"] { 1.52 + -moz-margin-start: 0px !important; 1.53 +} 1.54 + 1.55 +.wizard-button[dlgtype="back"] { 1.56 + -moz-margin-end: 0px !important; 1.57 +}