From 07192131551cd30fdf4de817597a8471fd1f94b6 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 15 Apr 2021 22:09:04 +0200 Subject: [PATCH] Clean up alignment on shop page (#2025) --- .../event/fragment_product_list.html | 10 ++--- .../templates/pretixpresale/event/index.html | 6 +-- .../static/pretixpresale/scss/_event.scss | 44 ++++++++++++++++--- 3 files changed, 45 insertions(+), 15 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html index 2136c3f12..8ebd5f1c7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -17,10 +17,10 @@ {% endif %} {% for item in tup.1 %} {% if item.has_variations %} -
-
+
- +
{% else %} -
+
{% if item.picture %} -
+
{% endif %}
-
+
@@ -326,7 +326,7 @@ {% eventsignal event "pretix.presale.signals.front_page_bottom" subevent=subevent request=request %}