refactoring

This commit is contained in:
Frank Knoll
2024-07-17 16:33:16 +02:00
parent 5adb52c0e0
commit 44ac5f895a
4 changed files with 63 additions and 89 deletions

View File

@@ -4906,20 +4906,6 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
/*prevent datatables overflowing its container*/
}
.chartWithSlider {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
.chartWithSlider .chartContainer {
flex: 95%;
}
.chartWithSlider .sliderContainer {
flex: 5%;
}
.bar {
height: 3px;
background-color: #1a73e8;