Refactor checkbox field styling for better layout; update cache timestamps in config
This commit is contained in:
@@ -90,11 +90,10 @@ input[type="checkbox"].form-checkbox:disabled::before,
|
||||
|
||||
/* ===== FIELD CONTAINER STYLING ===== */
|
||||
|
||||
/* Field Container anpassen für besseres Layout */
|
||||
.field[data-name] {
|
||||
/* Boolean Field spezifisch - nur für einzelne Checkboxen */
|
||||
.field.field-boolean {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
/* Spezielle Behandlung für Fields mit Checklist-Items */
|
||||
@@ -102,12 +101,6 @@ input[type="checkbox"].form-checkbox:disabled::before,
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Boolean Field spezifisch */
|
||||
.field.field-boolean {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Checklist Item Container - untereinander anordnen */
|
||||
/* Parent Container der Checklist Items */
|
||||
.checklist-container {
|
||||
|
||||
Reference in New Issue
Block a user