stylingaenderungen

coursepicker umgebaut, keine backend suche mehr
hinzugefuegt:
- resizeHanlder funktion
- broadcastchannel postMessage "dropped"
- tbl_kalender_status column bezeichnung_mehrsprachig
- tbl_kalender_status column sort
This commit is contained in:
ma0048
2026-04-01 10:53:31 +02:00
parent 8dd42361a0
commit ab5294de2f
14 changed files with 553 additions and 188 deletions
+25 -19
View File
@@ -82,12 +82,32 @@ body {
#parkingslot {
border: 1px dashed;
max-height: 400px;
min-height: 5vh;
max-height: 15vh;
color: #AAAAAA;
text-align: center;
font-size: large;
margin-top: 20px;
padding-top: 0.5rem;
margin-top: 1.25rem;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.course-picker {
border: 1px dashed #AAAAAA;
display: flex;
flex-direction: column;
flex: 1 1 0;
min-height: 0;
}
.course-picker-row {
padding: 0.5rem;
margin-bottom: 0.5rem;
border: 1px solid var(--bs-border-color);
background-color: var(--bs-tertiary-bg);
}
.parkingevent {
@@ -148,30 +168,16 @@ body {
.lecture-selection {
border: 1px dashed #AAAAAA;
margin-bottom: 0.5rem;
max-height: 300px;
max-height: 20vh;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.course-picker {
border: 1px dashed #AAAAAA;
height: 400px;
max-height: 400px;
display: flex;
flex-direction: column;
}
.course-picker-row {
padding: 0.5rem;
margin-bottom: 0.5rem;
border: 1px solid var(--bs-border-color);
background-color: var(--bs-tertiary-bg);
}
.room-selection {
border: 1px dashed #AAAAAA;
margin-bottom: 0.5rem;
padding: 0.5rem 0.0rem 0.5rem 0.5rem;
padding: 0.5rem 0 0.5rem 0.5rem;
}
.btn-link.text-danger {