X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fwizard.css;h=f96cd99c4ee0872ee986356227a0eda27b3c05dd;hp=5b3a8838f5746c7bc4d30b24e9a0abd7f130f8b5;hb=42f5042997039e30c5354b011f20d2086ac16590;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/wizard.css b/EarlyBlue/global/wizard.css index 5b3a8838..f96cd99c 100644 --- a/EarlyBlue/global/wizard.css +++ b/EarlyBlue/global/wizard.css @@ -38,19 +38,31 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { - border-bottom: 2px groove 6699FF; - padding: 10px 0px 10px 0px; + border-bottom: 2px groove #6699FF; background-color: #666699; color: #CCD0DD; } +.wizard-header-box-1 { + padding: 5px 0px; +} + +wizard[description=""] .wizard-header-description { + display: none; +} + .wizard-header-label { - margin-left: 23px; + -moz-margin-start: 23px; font-weight: bold; } .wizard-header-description { - margin-left: 44px; + -moz-margin-start: 44px; +} + +wizard[branded="true"] .wizard-header-icon { + list-style-image: url("chrome://branding/content/icon48.png"); + -moz-margin-end: 5px; } .wizard-page-box { @@ -65,11 +77,11 @@ margin: 10px; } -.wizard-button[wizardbutton="finish"], -.wizard-button[wizardbutton="next"] { - margin-left: -1px !important; +.wizard-button[dlgtype="finish"], +.wizard-button[dlgtype="next"] { + -moz-margin-start: 0px !important; } -.wizard-button[wizardbutton="back"] { - margin-right: 0px !important; +.wizard-button[dlgtype="back"] { + -moz-margin-end: 0px !important; }