Buchungen als tr mit inputs

This commit is contained in:
2026-04-28 17:06:08 +02:00
parent a0e2fb986d
commit 23e3c3d4fb
6 changed files with 136 additions and 150 deletions
+31
View File
@@ -9,3 +9,34 @@
height: 28px !important;
font-size: 14px !important;
}
/* 1. Den Abstand des Containers verringern */
.details-row .form-group {
margin-bottom: 2px !important;
}
/* 2. Die Geister-Labels (shiny-label-null) komplett ausblenden */
.details-row .shiny-label-null {
display: none !important;
}
/* 3. Den Abstand der Zeile selbst minimieren */
.details-row {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
/* 4. Speziell für die Selectize-Felder (die sind oft höher) */
.details-row .selectize-control {
margin-bottom: 0px !important;
}
/* Positioniert das Dropdown-Menü über dem Eingabefeld statt darunter */
.details-row .selectize-dropdown {
top: auto !important;
bottom: 100% !important;
margin-bottom: 2px !important;
}