3072b5e0f5ce78034c3e2bb37a4fc7ac4d07a9de
[themes.git] / LCARStrek / skin / LCARStrek / global / wizardOverlay.css
1 #wiz-back-button {
2   list-style-image            : url("chrome://global/skin/scroll-left.gif");
3 }
4 #wiz-back-button[disabled] {
5   list-style-image            : url("chrome://global/skin/scroll-left-disabled.gif");
6 }
7 #wiz-next-button {
8   list-style-image            : url("chrome://global/skin/scroll-right.gif");
9 }
10 #wiz-next-button[disabled] {
11   list-style-image            : url("chrome://global/skin/scroll-right-disabled.gif");
12 }
13
14 #wizardButtons 
15   {
16     margin-bottom             : 0.4em;
17   }
18
19 .box-wizardcontent
20   {
21     margin-left               : 44px;
22     margin-right              : 44px;
23     width                     : 30em;
24   } 
25