From 9a9c5d2cbaff147d0f657f6a3b1298de961dcdd9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 13 Feb 2013 16:58:33 +0100 Subject: [PATCH] Properly removing margin from .formSubmit within dialogs --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index bda85578ee..015489fae2 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7707,7 +7707,7 @@ $.widget('ui.wcfDialog', { this._content.addClass('dialogForm').css({ marginBottom: $heightDifference + 'px' }); } else { - this._content.removeClass('dialogForm'); + this._content.removeClass('dialogForm').css({ marginBottom: '0px' }); } // calculate dimensions -- 2.20.1