ComunicWeb/assets/css/components/menuBar.css

39 lines
527 B
CSS
Raw Normal View History

2017-05-24 14:21:34 +00:00
/**
* Menubar stylesheet
*
* @author Pierre HUBERT
*/
2017-05-25 13:41:27 +00:00
/**
* adminLTE fixes
*/
@media (max-width: 767px) {
.fixed .content-wrapper {
padding-top: 50px !important;
}
}
2017-05-25 12:06:37 +00:00
/**
2017-05-26 09:38:37 +00:00
* Authenticated users
2017-05-25 12:06:37 +00:00
*/
header .dropdown .fa-gear {
2017-05-25 13:41:27 +00:00
vertical-align: middle;
2017-05-25 12:06:37 +00:00
}
2017-05-26 09:38:37 +00:00
@media (max-width: 767px) {
.skin-blue .main-header .navbar .dropdown-user-menu-action .dropdown-menu li a {
color: #333 !important;
}
}
2017-05-25 12:06:37 +00:00
/**
* Not authenticated users
*/
2017-05-24 14:21:34 +00:00
/**
* Login form
*/
.menubar-loginForm .form-control {
2017-05-25 13:41:27 +00:00
margin-right: 1px;
}