From 4e98cbbee5b031f87f1f27b92dce612a98217c27 Mon Sep 17 00:00:00 2001 From: JoeyStk Date: Mon, 25 Sep 2023 11:03:28 +0200 Subject: [PATCH] Clean up CSS styling --- integreat_compass/cms/templates/index.html | 5 +---- .../cms/templates/interactions/report_list.html | 2 +- .../cms/templates/interactions/vote_form.html | 2 +- .../cms/templates/offers/my_offers_list.html | 2 +- .../cms/templates/offers/offer_form.html | 5 +---- .../overlay/offer_application_overlay.html | 4 +--- integreat_compass/static/src/css/style.scss | 16 ++++++++++++++-- 7 files changed, 20 insertions(+), 16 deletions(-) diff --git a/integreat_compass/cms/templates/index.html b/integreat_compass/cms/templates/index.html index 5f9ed20..4fd3f6b 100644 --- a/integreat_compass/cms/templates/index.html +++ b/integreat_compass/cms/templates/index.html @@ -30,10 +30,7 @@

{% translate "Filter" %}

type="checkbox" {% if tag.id|stringformat:"i" in filtered_tags %}checked{% endif %} value="{{ tag.id }}"> - + {% endfor %} diff --git a/integreat_compass/cms/templates/interactions/report_list.html b/integreat_compass/cms/templates/interactions/report_list.html index 6041916..11055d6 100644 --- a/integreat_compass/cms/templates/interactions/report_list.html +++ b/integreat_compass/cms/templates/interactions/report_list.html @@ -31,7 +31,7 @@

{% translate "Created at:" %} {{ report.offer_version.created_at|date:"d. M Y" }}

diff --git a/integreat_compass/cms/templates/interactions/vote_form.html b/integreat_compass/cms/templates/interactions/vote_form.html index c338caa..7e6bae0 100644 --- a/integreat_compass/cms/templates/interactions/vote_form.html +++ b/integreat_compass/cms/templates/interactions/vote_form.html @@ -35,7 +35,7 @@

{% translate "Created at:" %} {{ offer_version.created_at|date:"d. M Y" }}

diff --git a/integreat_compass/cms/templates/offers/my_offers_list.html b/integreat_compass/cms/templates/offers/my_offers_list.html index 49e35c9..f421690 100644 --- a/integreat_compass/cms/templates/offers/my_offers_list.html +++ b/integreat_compass/cms/templates/offers/my_offers_list.html @@ -54,7 +54,7 @@

{% translate "My offers" %}

{% endif %}
-
diff --git a/integreat_compass/cms/templates/overlay/offer_application_overlay.html b/integreat_compass/cms/templates/overlay/offer_application_overlay.html index 0fc81d9..9fc85da 100644 --- a/integreat_compass/cms/templates/overlay/offer_application_overlay.html +++ b/integreat_compass/cms/templates/overlay/offer_application_overlay.html @@ -36,9 +36,7 @@ + class="btn btn-outline !font-bold mr-4">{% translate "Cancel" %}