X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2Fwizard.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2Fwizard.css;h=d4ab2511614c7fef92c73f8b90005430df92c130;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/global/wizard.css b/LCARStrek/skin/LCARStrek/global/wizard.css new file mode 100644 index 00000000..d4ab2511 --- /dev/null +++ b/LCARStrek/skin/LCARStrek/global/wizard.css @@ -0,0 +1,40 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +.wizard-header { + border-bottom: 2px groove #9C9CFF; + padding: 10px 0px 10px 0px; + background-color: #E7ADE7; + color: #000000; +} + +.wizard-header-label { + margin-left: 23px; + font-weight: bold; +} + +.wizard-header-description { + margin-left: 44px; +} + +.wizard-page-box { + margin: 10px 44px; +} + +.wizard-buttons-separator { + margin-bottom: 0px !important; +} + +.wizard-buttons-box-2 { + margin: 10px; +} + +.wizard-button[wizardbutton="finish"], +.wizard-button[wizardbutton="next"] { + margin-left: -1px !important; +} + +.wizard-button[wizardbutton="back"] { + margin-right: 0px !important; +} + +