mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
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:
parent
5e7b0f8cd7
commit
532adcb2f9
@ -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
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user