X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fwizard.css;h=3ece9e7c84c97a4c40d0f9937985b4b0c5de41b2;hp=211dac84c39b971dded1bd363f51d87ed23361e8;hb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb;hpb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf diff --git a/LCARStrek/global/wizard.css b/LCARStrek/global/wizard.css index 211dac84..3ece9e7c 100644 --- a/LCARStrek/global/wizard.css +++ b/LCARStrek/global/wizard.css @@ -39,18 +39,30 @@ .wizard-header { border-bottom: 2px groove #9C9CFF; - padding: 10px 0px 10px 0px; background-color: #E7ADE7; color: #000000; } +.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 { @@ -67,9 +79,9 @@ .wizard-button[wizardbutton="finish"], .wizard-button[wizardbutton="next"] { - margin-left: -1px !important; + -moz-margin-start: -1px !important; } .wizard-button[wizardbutton="back"] { - margin-right: 0px !important; + -moz-margin-end: 0px !important; }