fix log in button layout

This commit is contained in:
Jan-Christoph Borchardt 2016-10-06 19:08:32 +02:00
parent 362992903e
commit 75ec1541e4
2 changed files with 4 additions and 3 deletions

View File

@ -289,7 +289,7 @@ body {
#body-login form {
position: relative;
width: 280px;
margin: 32px auto;
margin: 16px auto;
padding: 0;
}
#body-login form fieldset {

View File

@ -64,6 +64,9 @@ script('core', [
<?php p($l->t('Wrong password.')); ?>
</p>
<?php } ?>
<input type="submit" id="submit" class="login primary icon-confirm-white" title="" value="<?php p($l->t('Log in')); ?>" disabled="disabled" tabindex="4" />
<?php if ($_['rememberLoginAllowed'] === true) : ?>
<div class="remember-login-container">
<?php if ($_['rememberLoginState'] === 0) { ?>
@ -75,8 +78,6 @@ script('core', [
</div>
<?php endif; ?>
<input type="submit" id="submit" class="login primary icon-confirm-white" title="" value="<?php p($l->t('Log in')); ?>" disabled="disabled" tabindex="4" />
<input type="hidden" name="timezone-offset" id="timezone-offset"/>
<input type="hidden" name="timezone" id="timezone"/>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>">