From 3181aa75c2ee31e69bed01cc655cc92c74fc3152 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 21 Sep 2016 11:06:26 +0200 Subject: [PATCH] Thank-you note style fix --- .../presale/templates/pretixpresale/event/order.html | 1 + src/static/pretixpresale/scss/main.scss | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index fa2983ef5..9dfade6c5 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -26,6 +26,7 @@ Please bookmark or save the link to this exact page if you want to download your ticket or change your details later. We also sent you an email containing the link to the address you specified. {% endblocktrans %}

+
{% endif %}

diff --git a/src/static/pretixpresale/scss/main.scss b/src/static/pretixpresale/scss/main.scss index fab35f141..971bc0096 100644 --- a/src/static/pretixpresale/scss/main.scss +++ b/src/static/pretixpresale/scss/main.scss @@ -54,6 +54,7 @@ a:hover .panel-primary > .panel-heading { .thank-you { margin-bottom: 25px; + .fa { font-size: 150px; line-height: 170px; @@ -115,7 +116,7 @@ body.loading .container { @media (min-width: $screen-md-min) { .thank-you { - height: 170px; + min-height: 170px; width: 70%; margin: auto; @@ -127,6 +128,10 @@ body.loading .container { h2 { padding-top: 35px; } + + p { + margin-left: 158px; + } } } @media (max-width: $screen-sm-max) {