diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 14:17:45 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 14:17:45 -0500 |
commit | 28fc26cec5faa0ac1f70a37aa6a23d6cb2d61f03 (patch) | |
tree | 9f62cd78f8c6c90381f1195b931d76c2dd82e0bf | |
parent | b140847f9f9de19879bd1bdf896b995c87761272 (diff) |
fixed form
-rw-r--r-- | views/login.pug | 34 | ||||
-rw-r--r-- | views/stylesheets/authentication.css | 2 |
2 files changed, 18 insertions, 18 deletions
diff --git a/views/login.pug b/views/login.pug index c5ece88e4..fb97d3171 100644 --- a/views/login.pug +++ b/views/login.pug @@ -5,20 +5,20 @@ block content style include ./stylesheets/authentication.css form.form-horizontal(id='login-form', method='POST') - input(type='hidden', name='_csrf', value=_csrf) - .overlay - .inner - h3(id='login_label') Log In - .form-group - //- label.col-sm-3.control-label(for='email', id='email_label') Email - .col-sm-7 - input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required) - .form-group - //- label.col-sm-3.control-label(for='password') Password - .col-sm-7 - input.form-control(type='password', name='password', id='password', placeholder='Password', required) - .form-group - .col-sm-offset-3.col-sm-7 - button.btn.btn-success(id='submit', type='submit') - i.fa.fa-user-plus - | Submit
\ No newline at end of file + input(type='hidden', name='_csrf', value=_csrf) + .overlay + .inner + h3(id='login_label') Log In + .form-group + //- label.col-sm-3.control-label(for='email', id='email_label') Email + .col-sm-7 + input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required) + .form-group + //- label.col-sm-3.control-label(for='password') Password + .col-sm-7 + input.form-control(type='password', name='password', id='password', placeholder='Password', required) + .form-group + .col-sm-offset-3.col-sm-7 + button.btn.btn-success(id='submit', type='submit') + i.fa.fa-user-plus + | Submit
\ No newline at end of file diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index dd49e31dc..43f2f228c 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -46,7 +46,7 @@ body { left: 0; right: 0; width: 230px; - height: 230px; + height: 220px; margin: auto; } |