[Web] Small css fixes
parent
3a39937baf
commit
236be46b4a
|
@ -42,6 +42,13 @@
|
||||||
.btn {
|
.btn {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
.navbar-nav {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.navbar-fixed-bottom .navbar-collapse,
|
||||||
|
.navbar-fixed-top .navbar-collapse {
|
||||||
|
max-height: 1000px
|
||||||
|
}
|
||||||
.glyphicon-spin {
|
.glyphicon-spin {
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
-webkit-animation: spin 2000ms infinite linear;
|
-webkit-animation: spin 2000ms infinite linear;
|
||||||
|
@ -127,9 +134,6 @@ legend {
|
||||||
nav .glyphicon {
|
nav .glyphicon {
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
}
|
}
|
||||||
.logged-in-as {
|
|
||||||
border-left: 1px solid #E7E7E7;
|
|
||||||
}
|
|
||||||
#top {
|
#top {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue