From 3da6d140c7e0fb0b5b84eb019ff5eb6c9baf9320 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sat, 24 Jan 2026 00:52:59 +0100 Subject: [PATCH] Refactor checkbox field styling for better layout; update cache timestamps in config --- client/custom/css/checkbox-toggle-slider.css | 11 ++--------- data/config.php | 4 ++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/client/custom/css/checkbox-toggle-slider.css b/client/custom/css/checkbox-toggle-slider.css index 73ecee19..4e91bc6e 100644 --- a/client/custom/css/checkbox-toggle-slider.css +++ b/client/custom/css/checkbox-toggle-slider.css @@ -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 { diff --git a/data/config.php b/data/config.php index 24692c11..8e48496a 100644 --- a/data/config.php +++ b/data/config.php @@ -359,8 +359,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769211856, - 'microtime' => 1769211856.324109, + 'cacheTimestamp' => 1769212339, + 'microtime' => 1769212339.249026, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,