Bug 1108706 - Make update wizard window draggable in its bottom bar again. r=dao

This commit is contained in:
Markus Stange 2014-12-19 14:48:33 -05:00
parent ef6069c6a3
commit 69591e6870
2 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@
#footer {
padding: 15px 12px;
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
-moz-appearance: statusbar;
-moz-window-dragging: drag;
}
button {

View File

@ -29,13 +29,13 @@ wizardpage {
.wizard-buttons-btm {
padding: 15px 12px;
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
}
/* Don't use top margin - it can cause a scrollbar on the incompatible page */
.wizard-buttons {
padding: 0;
-moz-appearance: statusbar;
-moz-window-dragging: drag;
}
.wizard-buttons button {