Bug 485235 - Remove the mac-specific wizard-label-box in wizard.xml. r=gavin.

This commit is contained in:
stefanh@inbox.com 2009-04-30 12:24:05 +02:00
parent 059eca3d1b
commit 1525bbceb8
2 changed files with 0 additions and 7 deletions

View File

@ -486,9 +486,6 @@
<xul:spacer flex="1"/>
<xul:button label="&button-back-mac.label;" accesskey="&button-back-mac.accesskey;"
class="wizard-button wizard-nav-button" dlgtype="back"/>
<xul:hbox class="wizard-label-box" align="center">
<xul:label class="wizard-page-label" xbl:inherits="value=pagestep"/>
</xul:hbox>
<xul:button label="&button-next-mac.label;" accesskey="&button-next-mac.accesskey;"
class="wizard-button wizard-nav-button" dlgtype="next"
default="true" xbl:inherits="hidden=lastpage" />

View File

@ -49,10 +49,6 @@ wizard[branded="true"] .wizard-header-icon {
padding: 3px 6px 6px 6px;
}
.wizard-label-box {
display: none;
}
.wizard-button {
font: menu !important;
}