From ef4c37f9a2b36d55cb9bef856e16a4455c0468e6 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 17 Jan 2018 14:18:33 +0100 Subject: [PATCH] Fixed margins of the 'captcha question' section --- com.woltlab.wcf/templates/captchaQuestion.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/captchaQuestion.tpl b/com.woltlab.wcf/templates/captchaQuestion.tpl index d4b2dd009a..b8c9f94027 100644 --- a/com.woltlab.wcf/templates/captchaQuestion.tpl +++ b/com.woltlab.wcf/templates/captchaQuestion.tpl @@ -1,5 +1,3 @@ - - {if !$captchaQuestionAnswered}
@@ -26,6 +24,8 @@ {/if} + +
{if !$ajaxCaptcha|empty} @@ -40,4 +40,8 @@ }); {/if} +{else} +
+ +
{/if} -- 2.20.1