mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
39 lines
527 B
CSS
39 lines
527 B
CSS
/**
|
|
* Menubar stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
/**
|
|
* adminLTE fixes
|
|
*/
|
|
@media (max-width: 767px) {
|
|
.fixed .content-wrapper {
|
|
padding-top: 50px !important;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Authenticated users
|
|
*/
|
|
header .dropdown .fa-gear {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.skin-blue .main-header .navbar .dropdown-user-menu-action .dropdown-menu li a {
|
|
color: #333 !important;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
* Not authenticated users
|
|
*/
|
|
|
|
/**
|
|
* Login form
|
|
*/
|
|
.menubar-loginForm .form-control {
|
|
margin-right: 1px;
|
|
} |