Css adjustments

This commit is contained in:
Sahat Yalkabov
2013-12-11 20:50:48 -05:00
parent ec452a1d54
commit a26833f667

View File

@ -9,17 +9,17 @@ block content
legend Login
.form-group
.col-sm-offset-2.col-sm-8
.btn-group.btn-group-justified
a.btn.btn-sm.btn-primary.facebook(href='/auth/facebook')
.btn-group.btn-group-justified.btn-group
a.btn.btn-primary.facebook(href='/auth/facebook')
i.fa.fa-facebook
| Facebook
a.btn.btn-sm.btn-info.twitter(href='/auth/twitter')
a.btn.btn-info.twitter(href='/auth/twitter')
i.fa.fa-twitter
| Twitter
a.btn.btn-sm.btn-default.github(href='/auth/github')
a.btn.btn-default.github(href='/auth/github')
i.fa.fa-github
| GitHub
a.btn.btn-sm.btn-danger.google(href='/auth/google')
a.btn.btn-danger.google(href='/auth/google')
i.fa.fa-google-plus
| Google
.form-group
@ -32,7 +32,7 @@ block content
.input-group
input.form-control(type='password', name='password', id='password', placeholder='Password')
span.input-group-btn
button.btn.btn-primary(type='submit') Go!
button.btn.btn-primary(type='submit') Go
.help-block
a.pull-right(href='#') Forgot password?