From: Alexander Ebert Date: Fri, 8 Feb 2013 02:30:01 +0000 (+0100) Subject: Dialog content margin is now set through JavaScript X-Git-Tag: 2.0.0_Beta_1~499^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cdb0459b666d38cfc8301b31c3841987e644ae82;p=GitHub%2FWoltLab%2FWCF.git Dialog content margin is now set through JavaScript Fixes #922 Fixes #1104 --- diff --git a/wcfsetup/install/files/style/dialog.less b/wcfsetup/install/files/style/dialog.less index ab06b4a3a9..7e322612b7 100644 --- a/wcfsetup/install/files/style/dialog.less +++ b/wcfsetup/install/files/style/dialog.less @@ -62,10 +62,6 @@ overflow: auto; padding: 10px 20px 20px; - &.dialogForm { - margin-bottom: 49px; - } - &:not(.dialogForm) { .borderRadius(0, 7px); }