X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fwizard.css;h=0be1925ffb80dff2f6df13795211c3a89b2e92e1;hp=211dac84c39b971dded1bd363f51d87ed23361e8;hb=0c8ed02756358926ad17b3e1dafc297c157b2e85;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/global/wizard.css b/LCARStrek/global/wizard.css index 211dac84..0be1925f 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 { @@ -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; }