back out my gnomestripe fix for bug #339526 (brand the wizard). winstripe's wizard.css is all we need. thanks to ben for pointing this out.

This commit is contained in:
sspitzer%mozilla.org 2006-06-09 04:39:05 +00:00
parent 5e7b0f8cd7
commit 532adcb2f9
2 changed files with 0 additions and 48 deletions

View File

@ -9,4 +9,3 @@ classic.jar:
+ skin/classic/global/checkbox.css
+ skin/classic/global/radio.css
+ skin/classic/global/global.css
+ skin/classic/global/wizard.css

View File

@ -1,47 +0,0 @@
@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[description=""] .wizard-header-description {
display: none;
}
.wizard-header-label {
-moz-margin-start: 23px;
font-weight: bold;
}
.wizard-header-description {
-moz-margin-start: 44px;
}
.wizard-header-icon {
list-style-image: url("chrome://branding/content/icon64.png");
-moz-margin-end: 5px;
}
.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"] {
-moz-margin-start: -1px !important;
}
.wizard-button[wizardbutton="back"] {
-moz-margin-end: 0px !important;
}