mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 22:09:21 +00:00
33 lines
382 B
CSS
33 lines
382 B
CSS
/**
|
|
* Menubar stylesheet
|
|
*
|
|
* @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;
|
|
}
|
|
|
|
|
|
/**
|
|
* Not authenticated users
|
|
*/
|
|
|
|
/**
|
|
* Login form
|
|
*/
|
|
.menubar-loginForm .form-control {
|
|
margin-right: 1px;
|
|
} |