Minor style improvement
authorAlexander Ebert <ebert@woltlab.com>
Fri, 15 Apr 2016 22:25:31 +0000 (00:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 15 Apr 2016 22:25:31 +0000 (00:25 +0200)
wcfsetup/install/files/style/ui/userLogin.scss

index ac73f27211dd77d5ea9fae266751a7b81821ae4d..05cdb33e2b017afa72024ed28ed0f3da092a3a59 100644 (file)
 }
 
 @include large-screen-only {
+       /* full page login: missing margin due to different DOM */
        .contentHeader ~ .loginForm {
                margin-top: 30px;
        }
+       
+       /* force columns to be 300px wide in login overlay */
+       .dialogContent .loginForm .section {
+               width: 300px;
+       }
 }