- Moved GUI options from application/components/filters/LogsViewer.php to application/views/system/logs/logsViewer.php

- Changed controller components/Filter to work with the new FilterComponent
- Removed unused code from library libraries/FilterCmptLib
- Changed library libraries/FilterCmptLib to work with the new changes in the controller components/Filter
- Added new CSSs for the new FilterComponent and NavigationComponent
This commit is contained in:
Paolo
2022-06-24 14:55:04 +02:00
parent 618a62425b
commit 9e48ba09d8
5 changed files with 424 additions and 647 deletions
+69 -10
View File
@@ -1,23 +1,82 @@
.header-menu-link-entry {
font-size: 18px;
color: #5e5e5e !important;
}
/*
* Hederer
*/
.navbar-header {
background-color: #f8f8f8;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
border-style: solid;
border-color: #e7e7e7;
border-width: 0 0 1px;
}
.sidebar {
.header-menu-link-entry {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
line-height: 1.42857143;
color: #5e5e5e !important;
padding-top: 15px !important;
padding-right: 7px !important;
padding-left: 7px !important;
}
.header-menu-icon {
top: 0px;
margin-right: 3px;
font-size: 16px;
}
/*
* Left side
*/
.navbar-left-side {
z-index: 1;
position: absolute;
width: 250px;
border-right: 1px solid #e7e7e7;
background-color: #f8f8f8;
}
.navbar-left-side ul {
width: 250px;
}
.navbar-left-side ul li {
border-bottom: 1px solid #e7e7e7;
}
.left-side-menu-second-level {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.left-side-menu-second-level li {
border-bottom: none !important;
}
.left-side-menu-link-entry {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #23527c;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 7px !important;
padding-right: 7px !important;
text-decoration: none;
}
.left-side-menu-link-entry:hover {
background-color: #eee;
}
/*
* To be moved outside
*/
#content {
position: inherit;
margin: 0 0 0 250px;
padding: 30px 30px;
border-left: 1px solid #e7e7e7;
position: inherit;
margin: 0 0 0 250px;
padding: 30px 30px;
}