From bb067f77c39f061bcbf0781393bd59e01b339204 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 2 Oct 2017 00:41:04 +0200 Subject: [PATCH] Fix styling for login/local --- src/templates/users/login.pug | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/templates/users/login.pug b/src/templates/users/login.pug index 39444109..f01f2868 100644 --- a/src/templates/users/login.pug +++ b/src/templates/users/login.pug @@ -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