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:
Alexandr Danilov 2016-08-25 16:09:55 +03:00
parent c6d77eaf51
commit 5aba43d92c
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ body {
body.login main {
padding: 0;
min-height: 100vh;
}
.border-bottom {

View file

@ -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>