Merge pull request #14674 from caugner/14337-theme-metro-login-w-2fa

Fixes the Metro theme login screen with enabled 2FA
This commit is contained in:
Maurício Meneghini Fauth 2018-10-18 21:36:51 -03:00 committed by GitHub
commit d2a55f01e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,11 +168,12 @@ body#loginform #page_content {
margin: 0 !important;
padding: 20px;
margin-top: 10% !important;
height: 240px;
min-height: 240px;
}
body#loginform div.container
{
color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
text-align: <?php echo $left; ?>;
width: 48em;
margin-left: auto;