updated header titles on login/signup

updated button icon on login page
This commit is contained in:
Sahat Yalkabov
2014-07-01 22:09:56 -04:00
parent f3b62e5909
commit 9c7f7ea3b8
3 changed files with 5 additions and 9 deletions

View File

@ -89,7 +89,6 @@ p {
} }
} }
// Forms // Forms
// ------------------------- // -------------------------
@ -111,7 +110,6 @@ p {
.alert { .alert {
color: #fff; color: #fff;
font-family: 'Raleway', sans-serif; font-family: 'Raleway', sans-serif;
// border-radius: 0;
} }
// Navbar // Navbar
@ -131,10 +129,6 @@ p {
border: 0; border: 0;
box-shadow: 0 1px 5px rgba(0,0,0,.15); box-shadow: 0 1px 5px rgba(0,0,0,.15);
.navbar-brand {
font-weight: 300;
}
.navbar-nav { .navbar-nav {
> li > a { > li > a {
transition: color .4s cubic-bezier(.24,.45,.46,.92); transition: color .4s cubic-bezier(.24,.45,.46,.92);

View File

@ -1,8 +1,9 @@
extends ../layout extends ../layout
block content block content
.page-header
h3 Sign in
form(method='POST') form(method='POST')
legend Sign In
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
.col-sm-8.col-sm-offset-2 .col-sm-8.col-sm-offset-2
.form-group .form-group
@ -13,7 +14,7 @@ block content
input.form-control(type='password', name='password', id='password', placeholder='Password') input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group .form-group
button.btn.btn-primary(type='submit') button.btn.btn-primary(type='submit')
span.ion-log-in span.ion-android-hand
| Login | Login
a.btn.btn-link(href='/forgot') Forgot your password? a.btn.btn-link(href='/forgot') Forgot your password?
hr hr

View File

@ -1,9 +1,10 @@
extends ../layout extends ../layout
block content block content
.page-header
h3 Sign up
form.form-horizontal(id='signup-form', method='POST') form.form-horizontal(id='signup-form', method='POST')
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
legend Signup
.form-group .form-group
label.col-sm-3.control-label(for='email') Email label.col-sm-3.control-label(for='email') Email
.col-sm-7 .col-sm-7