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
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
michael@0 | 6 | |
michael@0 | 7 | .wizard-header { |
michael@0 | 8 | border-bottom: 2px groove ThreeDFace; |
michael@0 | 9 | background-color: Window; |
michael@0 | 10 | color: WindowText; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | .wizard-header-box-1 { |
michael@0 | 14 | padding: 5px 0px 5px 0px; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | wizard[description=""] .wizard-header-description { |
michael@0 | 18 | display: none; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | .wizard-header-label { |
michael@0 | 22 | -moz-margin-start: 23px; |
michael@0 | 23 | font-weight: bold; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .wizard-header-description { |
michael@0 | 27 | -moz-margin-start: 44px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | wizard[branded="true"] .wizard-header-icon { |
michael@0 | 31 | list-style-image: url("chrome://branding/content/icon48.png"); |
michael@0 | 32 | -moz-margin-end: 5px; |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | .wizard-page-box { |
michael@0 | 36 | margin: 10px 44px; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .wizard-buttons-separator { |
michael@0 | 40 | margin-bottom: 0px !important; |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | .wizard-buttons-box-2 { |
michael@0 | 44 | margin: 10px; |
michael@0 | 45 | } |
michael@0 | 46 | |
michael@0 | 47 | .wizard-button[dlgtype="finish"], |
michael@0 | 48 | .wizard-button[dlgtype="next"] { |
michael@0 | 49 | -moz-margin-start: 0px !important; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | .wizard-button[dlgtype="back"] { |
michael@0 | 53 | -moz-margin-end: 0px !important; |
michael@0 | 54 | } |