2023-05-04 12:17:42 +00:00
|
|
|
table.dataTable tr.dtrg-group.dtrg-level-1 td {
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
color: #4c110f;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* RENDERING */
|
2024-07-29 13:12:53 +00:00
|
|
|
/* Spacing between sp and table */
|
2023-05-04 12:17:42 +00:00
|
|
|
div.dtsp-verticalPanes {
|
2024-07-29 13:12:53 +00:00
|
|
|
margin-right: 1em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dtsp-panesContainer {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2024-07-29 13:12:53 +00:00
|
|
|
width: 18em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dtsp-titleRow {
|
2024-07-29 13:12:53 +00:00
|
|
|
padding: 0.5em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dtsp-titleRow button {
|
2024-07-29 13:12:53 +00:00
|
|
|
padding: 0 0 0 3px !important;
|
|
|
|
margin-bottom: 1px;
|
2023-05-04 12:17:42 +00:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
div.dtsp-verticalContainer {
|
2023-05-04 12:17:42 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes,
|
2024-07-29 13:12:53 +00:00
|
|
|
div.dtsp-verticalContainer div.dtsp-dataTable {
|
2023-05-04 12:17:42 +00:00
|
|
|
width: 50%;
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
flex-basis: 0;
|
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes {
|
2023-05-04 12:17:42 +00:00
|
|
|
background: rgba(33, 39, 45, 0.1);
|
|
|
|
border-radius: 6px;
|
2024-07-29 13:12:53 +00:00
|
|
|
border: 1px solid #aaa;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
/* Fix Search input */
|
|
|
|
div.dtsp-dataTable .dt-search {
|
|
|
|
text-align: right;
|
|
|
|
padding-bottom: 0.5em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
/* Fix Table Result */
|
|
|
|
div.dtsp-dataTable .dt-info {
|
|
|
|
float: left;
|
|
|
|
padding-top: 0.75em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
/* Fix pagination */
|
|
|
|
div.dtsp-dataTable .dt-paging {
|
|
|
|
float: right;
|
|
|
|
padding-top: 0.5em;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
|
2024-07-29 13:12:53 +00:00
|
|
|
/* Titles */
|
|
|
|
div.dtsp-panesContainer div.dtsp-searchPane div.dtsp-topRow input.form-control {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-left: 0;
|
2023-05-04 12:17:42 +00:00
|
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-dataTable{
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 0;
|
|
|
|
flex-basis: auto;
|
2024-07-29 13:12:53 +00:00
|
|
|
}
|