Small CSS changes

This commit is contained in:
Wruczek 2016-07-29 16:38:23 +02:00
parent ceb2fe9808
commit 2b4cd682fd
1 changed files with 14 additions and 6 deletions

View File

@ -1,9 +1,9 @@
.fa { .fa {
margin-right: 5px; margin-right: 5px
} }
.icon-smaller { .icon-smaller {
font-size: 0.7em; font-size: 0.7em
} }
a { a {
@ -27,6 +27,10 @@ a {
float: right float: right
} }
.pullright .fa {
margin-right: 0px
}
/* ****** */ /* ****** */
/* STATUS */ /* STATUS */
@ -40,8 +44,12 @@ a {
float: right float: right
} }
.serverstatus .fa { .serverstatus .fa-signal {
margin: 0; margin-right: 3px
}
.serverstatus .fa-bolt {
margin-right: 11px
} }
.serverstatus span { .serverstatus span {
@ -86,7 +94,7 @@ a {
/* ****** */ /* ****** */
body { body {
padding-top: 80px; padding-top: 80px
} }
.navbar { .navbar {
@ -116,7 +124,7 @@ body {
/* ****** */ /* ****** */
html { html {
height: 100%; height: 100%
} }
body { body {