Fixed margins of the 'captcha question' section
authorMarcel Werk <burntime@woltlab.com>
Wed, 17 Jan 2018 13:18:33 +0000 (14:18 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 17 Jan 2018 13:18:33 +0000 (14:18 +0100)
com.woltlab.wcf/templates/captchaQuestion.tpl

index d4b2dd009a4bd2b844e707e27ac4e6d143aeb850..b8c9f9402754a5ae402509ff17c1c8ea7e3db6e4 100644 (file)
@@ -1,5 +1,3 @@
-<input type="hidden" name="captchaQuestion" value="{$captchaQuestion}">
-
 {if !$captchaQuestionAnswered}
        <section class="section">
                <header class="sectionHeader">
@@ -26,6 +24,8 @@
                                {/if}
                        </dd>
                </dl>
+               
+               
        </section>
        
        {if !$ajaxCaptcha|empty}
@@ -40,4 +40,8 @@
                        });
                </script>
        {/if}
+{else}
+       <div class="section">
+               <input type="hidden" name="captchaQuestion" value="{$captchaQuestion}">
+       </div>
 {/if}