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

View File

@ -174,7 +174,7 @@ ComunicWeb.common.page = {
$.AdminLTE.layout.fix(); $.AdminLTE.layout.fix();
//Set body class //Set body class
document.body.className="hold-transition skin-blue layout-top-nav"; document.body.className="hold-transition fixed skin-blue layout-top-nav";
//We load the menubar //We load the menubar
ComunicWeb.components.menuBar.common.display(); ComunicWeb.components.menuBar.common.display();

View File

@ -33,6 +33,7 @@ $config['JSfiles'] = array(
"%PATH_ASSETS%adminLTE/bootstrap/js/bootstrap.min.js", "%PATH_ASSETS%adminLTE/bootstrap/js/bootstrap.min.js",
"%PATH_ASSETS%adminLTE/plugins/jquery-ui/jquery-ui.min.js", "%PATH_ASSETS%adminLTE/plugins/jquery-ui/jquery-ui.min.js",
"%PATH_ASSETS%adminLTE/plugins/iCheck/icheck.min.js", "%PATH_ASSETS%adminLTE/plugins/iCheck/icheck.min.js",
"%PATH_ASSETS%adminLTE/plugins/slimScroll/jquery.slimscroll.min.js",
"%PATH_ASSETS%adminLTE/dist/js/app.min.js", "%PATH_ASSETS%adminLTE/dist/js/app.min.js",
//Utilities //Utilities