Dialog content margin is now set through JavaScript
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Feb 2013 02:30:01 +0000 (03:30 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Feb 2013 02:30:01 +0000 (03:30 +0100)
Fixes #922
Fixes #1104

wcfsetup/install/files/style/dialog.less

index ab06b4a3a9136c75d6a1bc5215fd79c6d06e93cd..7e322612b7ef89f69c561e589afef54be734d1a3 100644 (file)
        overflow: auto;
        padding: 10px 20px 20px;
        
-       &.dialogForm {
-               margin-bottom: 49px;
-       }
-       
        &:not(.dialogForm) {
                .borderRadius(0, 7px);
        }