diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index afc87cec..15f8624d 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -204,34 +204,34 @@ border: 1px solid rgba(0,0,0,0.06); text-align: left; } - + /* Enhanced series block with interactive features */ .series-block-interactive { transition: all 0.2s ease; cursor: pointer; } - + .series-block-interactive:hover { box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15); border-color: rgba(13, 110, 253, 0.3); } - + .series-block-actions { display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 0.5rem; } - + .series-block-actions .btn { padding: 0.25rem 0.5rem; font-size: 0.75rem; } - + .series-block-actions .btn-xs { min-width: auto; } - + /* Also support dark theme when site sets a theme attribute/class */ .atlas[data-bs-theme="dark"] .series-block, [data-bs-theme="dark"] .series-block, @@ -244,7 +244,7 @@ border-color: rgba(255,255,255,0.03) !important; color: #e6eef8 !important; } - + .atlas[data-bs-theme="dark"] .series-block-interactive:hover, [data-bs-theme="dark"] .series-block-interactive:hover, body[data-bs-theme="dark"] .series-block-interactive:hover, @@ -522,144 +522,144 @@ Manage series
- Create and add new series + Create and add new series -
- - -
+
+ + +
-
- - - - - - -
+
+ + + + + + +
-
- Move selected series to another case - {% if move_series_form %} -
- {{ move_series_form.destination_case }} -
Click any case row below to select the destination case.
-
No destination case selected.
- {% case_search_widget collection=None input_id='move-series-case-search-input' target_id='move-series-case-search-results' show_select_button=True %} - -
- - {% else %} -
Case move options are unavailable in this view.
- {% endif %} -
+ })(); + + {% else %} +
Case move options are unavailable in this view.
+ {% endif %} +