@@ -239,13 +239,22 @@
{% eventsignal event "pretix.presale.signals.front_page_bottom" %}
{% trans "If you already ordered a ticket" %}
-
- {% eventurl event "presale:event.resend_link" as resend_url %}
- {% blocktrans trimmed with a_href=resend_url %}
- If you want to see or change the status and details of your order, click on the link in one of the
- emails we sent you during the order process. If you cannot find the link, click
- here to request the link to your order to be sent to you again.
- {% endblocktrans %}
-
+
+
+
+ {% blocktrans trimmed %}
+ If you want to see or change the status and details of your order, click on the link in one of the
+ emails we sent you during the order process. If you cannot find the link, click on the
+ following button to request the link to your order to be sent to you again.
+ {% endblocktrans %}
+
+
+
+
+
{% endblock %}
diff --git a/src/static/pretixpresale/scss/_event.scss b/src/static/pretixpresale/scss/_event.scss
index 5b292af1bc..02752a46d9 100644
--- a/src/static/pretixpresale/scss/_event.scss
+++ b/src/static/pretixpresale/scss/_event.scss
@@ -99,7 +99,7 @@
padding-top: 15px;
}
section.front-page {
- margin-top: 15px;
+ margin-top: 30px;
}
.offline-banner {
background: $brand-danger;
@@ -114,10 +114,10 @@ section.front-page {
}
}
@media (max-width: $screen-sm-max) {
- .checkout-button-row div {
- margin-bottom: 10px;
- }
.page-header h1 small {
display: block;
}
+ .row-voucher > div:first-child {
+ margin-bottom: 15px;
+ }
}
diff --git a/src/static/pretixpresale/scss/main.scss b/src/static/pretixpresale/scss/main.scss
index 547f2bb107..fab35f1417 100644
--- a/src/static/pretixpresale/scss/main.scss
+++ b/src/static/pretixpresale/scss/main.scss
@@ -85,6 +85,7 @@ body.loading .container {
text-align: center;
z-index: 900000;
visibility: hidden;
+ padding: 10px;
.big-icon {
margin-top: 50px;
@@ -135,4 +136,7 @@ body.loading .container {
h2 {
margin-top: 0;
}
+ .checkout-button-row > div {
+ margin-bottom: 15px;
+ }
}