mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Changes in the login form:
* The alignment of the login form centered in WebKit * Indent after the reference password recovery
This commit is contained in:
parent
c6d77eaf51
commit
5aba43d92c
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ body {
|
|||
|
||||
body.login main {
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<i class="mdi-content-send right"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="center">
|
||||
<div class="row center">
|
||||
<a href="{{ path('fos_user_resetting_request') }}">{{ 'security.login.forgot_password'|trans }}</a>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue