Files
Mozilla/mozilla/toolkit/themes/winstripe/global/wizard.css
ben%bengoodger.com 8b3367f21a land winstripe on trunk
git-svn-id: svn://10.0.0.236/trunk@158063 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 23:01:11 +00:00

39 lines
676 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.wizard-header {
border-bottom: 2px groove ThreeDFace;
padding: 10px 0px 10px 0px;
background-color: Window;
color: WindowText;
}
.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;
}