Fix styling for login/local

This commit is contained in:
Pablo Vazquez 2017-10-02 00:41:04 +02:00
parent da7be50c61
commit bb067f77c3

View File

@ -1,13 +1,10 @@
| {% extends 'layout.html' %}
| {% block body %}
.container
#login-container
.login-container
.login-box
.login-title Welcome back!
.login-info
| Log in using your shared username and password.
.login-form
form#login-form(method="POST", action="{{url_for('users.login_local')}}")
.form-group
@ -21,7 +18,7 @@
.buttons
.login-button-container
//a.forgot(href="https://blender.org/id/reset") forgot your password?
button.btn.btn-default.button-login(type="submit")
button.btn.btn-success.btn-block.button-login(type="submit")
i.pi-log-in
| Login