fix: system_all_log.html ReferenceError and other updates
This commit is contained in:
@@ -107,4 +107,29 @@ background-color: #ffff0080 !important;
|
||||
margin:-2px;
|
||||
}
|
||||
|
||||
.modal { overflow: scroll !important; }
|
||||
.modal { overflow: scroll !important; }
|
||||
|
||||
/* Mobile Navigation Tightening */
|
||||
@media (max-width: 768px) {
|
||||
#menu_module_div {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
#menu_module_div .nav-pills {
|
||||
margin-bottom: 0 !important;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#menu_page_div .nav-pills {
|
||||
margin-top: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
|
||||
}
|
||||
#main_container {
|
||||
padding-top: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
#main_container > .d-inline-block {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user