[Web] Small css fixes

master
andryyy 2018-12-10 13:26:39 +01:00
parent 3a39937baf
commit 236be46b4a
1 changed files with 34 additions and 30 deletions

View File

@ -42,6 +42,13 @@
.btn {
text-transform: none;
}
.navbar-nav {
margin: 0;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 1000px
}
.glyphicon-spin {
font-size:12px;
-webkit-animation: spin 2000ms infinite linear;
@ -127,9 +134,6 @@ legend {
nav .glyphicon {
font-size: 12px !important;
}
.logged-in-as {
border-left: 1px solid #E7E7E7;
}
#top {
padding-top: 70px;
}