| 1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 2 | |
| 3 | .wizard-header { |
| 4 | border-bottom: 2px groove 9C9CFF; |
| 5 | padding: 10px 0px 10px 0px; |
| 6 | background-color: #E7ADE7; |
| 7 | color: black; |
| 8 | } |
| 9 | |
| 10 | .wizard-header-label { |
| 11 | margin-left: 23px; |
| 12 | font-weight: bold; |
| 13 | } |
| 14 | |
| 15 | .wizard-header-description { |
| 16 | margin-left: 44px; |
| 17 | } |
| 18 | |
| 19 | .wizard-page-box { |
| 20 | margin: 10px 44px; |
| 21 | } |
| 22 | |
| 23 | .wizard-buttons-separator { |
| 24 | margin-bottom: 0px !important; |
| 25 | } |
| 26 | |
| 27 | .wizard-buttons-box-2 { |
| 28 | margin: 10px; |
| 29 | } |
| 30 | |
| 31 | .wizard-button[wizardbutton="finish"], |
| 32 | .wizard-button[wizardbutton="next"] { |
| 33 | margin-left: -1px !important; |
| 34 | } |
| 35 | |
| 36 | .wizard-button[wizardbutton="back"] { |
| 37 | margin-right: 0px !important; |
| 38 | } |
| 39 | |
| 40 | |