Minor UI changes
This commit is contained in:
@@ -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-"],
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// iOS 7 Bootstrap Theme
|
// iOS 7 Bootstrap Theme
|
||||||
|
// Sahat Yalkabov
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
|
|
||||||
// Variables =================================================================
|
// Variables =================================================================
|
||||||
|
@@ -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?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user