From 77edb836886d3c13a6a83a7ffadd9613f7f14793 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 31 Oct 2025 22:00:07 +0000 Subject: [PATCH] Refactor button group in case display for improved styling and alignment --- atlas/templates/atlas/case_display_block.html | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index cdef913c..4d2ae3ee 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -108,17 +108,17 @@ {% else %} -
- - - -
+ {% endif %}
@@ -784,4 +784,7 @@ padding: 8px; margin-top: 8px; } + .link-buttons { + float: right; + } \ No newline at end of file