Bug 971825 - [Australis] Undo link after restoring defaults should be a button. r=dao ui-r=shorlander

This commit is contained in:
Jared Wein 2014-02-13 17:50:55 -05:00
parent 91d3daca4c
commit 5259bcbfed
2 changed files with 6 additions and 14 deletions

View File

@ -30,13 +30,11 @@
<menupopup id="customization-toolbar-menu" onpopupshowing="onViewToolbarsPopupShowing(event)"/>
</button>
<spacer flex="1"/>
<label id="customization-undo-reset"
hidden="true"
onclick="gCustomizeMode.undoReset();"
onkeypress="gCustomizeMode.undoReset();"
class="text-link">
&undoCmd.label;
</label>
<button id="customization-undo-reset"
class="customizationmode-button"
hidden="true"
oncommand="gCustomizeMode.undoReset();"
label="&undoCmd.label;"/>
<button id="customization-reset-button" oncommand="gCustomizeMode.reset();" label="&customizeMode.restoreDefaults;" class="customizationmode-button"/>
</hbox>
</vbox>

View File

@ -105,13 +105,7 @@
}
#customization-undo-reset {
padding-left: 12px;
padding-right: 12px;
%ifdef XP_MACOSX
padding-top: 6px;
%else
padding-top: 7px;
%endif
-moz-margin-end: 10px;
}
#main-window[customize-entered] #customization-panel-container {