aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/login.pug34
-rw-r--r--views/stylesheets/authentication.css2
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;
}