Minor UI changes

This commit is contained in:
Sahat Yalkabov
2013-12-12 00:38:31 -05:00
parent 11296bccd4
commit 93a73da381
3 changed files with 3 additions and 7 deletions

View File

@@ -5,14 +5,9 @@ body {
// TODO: Refactor // TODO: Refactor
// //
.navbar-nav img { .navbar-nav img {
border-radius: 50%;
width: 40px; width: 40px;
height: 40px; height: 40px;
vertical-align: baseline; margin: -15px 15px -15px 0;
margin-top: -15px;
margin-bottom: -15px;
position: relative;
left: -10px;
} }
[class^="fa-"], [class^="fa-"],

View File

@@ -1,4 +1,5 @@
// iOS 7 Bootstrap Theme // iOS 7 Bootstrap Theme
// Sahat Yalkabov
// ----------------------------------------------------- // -----------------------------------------------------
// Variables ================================================================= // Variables =================================================================

View File

@@ -32,7 +32,7 @@ block content
.input-group .input-group
input.form-control(type='password', name='password', id='password', placeholder='Password') input.form-control(type='password', name='password', id='password', placeholder='Password')
span.input-group-btn span.input-group-btn
button.btn.btn-primary(type='submit') Go button.btn.btn-default(type='submit') Go
.help-block .help-block
a.pull-right(href='#') Forgot password? a.pull-right(href='#') Forgot password?