From 8939fe57769b2a863ce7392697f1436af4a79623 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Wed, 16 Jul 2025 22:33:12 +0200 Subject: [PATCH] improve form layout --- fet2020/static/css/styles.css | 10 ++++++++++ fet2020/templates/finance/resolution_list.html | 7 ++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/fet2020/static/css/styles.css b/fet2020/static/css/styles.css index 3051dc2a..d4d1215d 100644 --- a/fet2020/static/css/styles.css +++ b/fet2020/static/css/styles.css @@ -3975,6 +3975,11 @@ footer .copyright { gap: 1.5rem; } +.gap-x-0 { + -moz-column-gap: 0px; + column-gap: 0px; +} + .gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; @@ -5639,6 +5644,11 @@ footer .copyright { gap: 1.5rem; } + .sm\:gap-x-6 { + -moz-column-gap: 1.5rem; + column-gap: 1.5rem; + } + .sm\:gap-y-6 { row-gap: 1.5rem; } diff --git a/fet2020/templates/finance/resolution_list.html b/fet2020/templates/finance/resolution_list.html index 578881bf..64854e65 100644 --- a/fet2020/templates/finance/resolution_list.html +++ b/fet2020/templates/finance/resolution_list.html @@ -11,7 +11,7 @@
-
+
- +