mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +00:00
Fix menubar issue
This commit is contained in:
parent
22ec2dca70
commit
e189fcd911
@ -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;
|
||||||
}
|
}
|
@ -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();
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user