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 STYLING ===== */
|
||||||
|
|
||||||
/* Field Container anpassen für besseres Layout */
|
/* Boolean Field spezifisch - nur für einzelne Checkboxen */
|
||||||
.field[data-name] {
|
.field.field-boolean {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Spezielle Behandlung für Fields mit Checklist-Items */
|
/* Spezielle Behandlung für Fields mit Checklist-Items */
|
||||||
@@ -102,12 +101,6 @@ input[type="checkbox"].form-checkbox:disabled::before,
|
|||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Boolean Field spezifisch */
|
|
||||||
.field.field-boolean {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Checklist Item Container - untereinander anordnen */
|
/* Checklist Item Container - untereinander anordnen */
|
||||||
/* Parent Container der Checklist Items */
|
/* Parent Container der Checklist Items */
|
||||||
.checklist-container {
|
.checklist-container {
|
||||||
|
|||||||
@@ -359,8 +359,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769211856,
|
'cacheTimestamp' => 1769212339,
|
||||||
'microtime' => 1769211856.324109,
|
'microtime' => 1769212339.249026,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user