Merge branch 'master' into feature-24647/Konfigurierbare_Dashboards_api

- mv dbchanges from system/dbupdate_3.3.php to system/dbupdate_3.4.php
- mv dbchanges include file from system/dashboard/ to system/dbupdate_3.4/ and prevent direct script access
This commit is contained in:
Harald Bamberger
2022-11-03 10:41:56 +01:00
127 changed files with 3957 additions and 1348 deletions
+66
View File
@@ -0,0 +1,66 @@
.filter-header-title {
text-align: right;
}
.filter-header-title-span-filter {
margin-right: 7px;
}
.filter-header-title-span-icon {
margin-right: 3px;
cursor: pointer;
}
.filter-options-div {
padding: 10px;
}
.filter-fields-area {
height: 50px;
padding: 3px;
margin-bottom: 10px;
}
.filter-fields-field {
height: 100%;
margin-left: 7px;
padding: 11px;
display: inline-block;
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
border-radius: 7px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
cursor: pointer;
}
.filter-filter-fields {
margin-top: 12px;
margin-bottom: 12px;
}
.selection-before::before {
content: "";
position: absolute;
top: 0;
right: 100%;
height: 100%;
margin-right: 3px;
border-left: 2px solid #428bca;
}
.selection-after::after {
content: "";
position: absolute;
top: 0;
left: 100%;
height: 100%;
margin-left: 3px;
border-right: 2px solid #428bca;
}
.filter-table-dataset {
margin-top: 20px;
}
@@ -0,0 +1,90 @@
/*
* 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;
}
.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-second-level span {
display: inline-flex;
}
.remove-custom-filter {
font-size: 10px !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;
}