Fix menubar issue

This commit is contained in:
Pierre
2017-05-25 15:41:27 +02:00
parent 22ec2dca70
commit e189fcd911
3 changed files with 14 additions and 4 deletions

View File

@ -4,11 +4,20 @@
* @author Pierre HUBERT
*/
/**
* adminLTE fixes
*/
@media (max-width: 767px) {
.fixed .content-wrapper {
padding-top: 50px !important;
}
}
/**
* Authenticated useres
*/
header .dropdown .fa-gear {
vertical-align: middle;
vertical-align: middle;
}
@ -20,5 +29,5 @@ header .dropdown .fa-gear {
* Login form
*/
.menubar-loginForm .form-control {
margin-right: 1px;
}
margin-right: 1px;
}