aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_qa.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-09-09 22:30:37 +0200
committerPayBas <contact@paybas.com>2014-10-07 18:30:20 +0200
commit66ecbd8545ace2f402eeed9c2c10405635efa8b3 (patch)
tree6b630c59704310997f70c68969d61b34a0e3ac1d /phpBB/styles/prosilver/template/captcha_qa.html
parentc77d6f39f25690437bee29ca542b52e10600f0e0 (diff)
downloadforums-66ecbd8545ace2f402eeed9c2c10405635efa8b3.tar
forums-66ecbd8545ace2f402eeed9c2c10405635efa8b3.tar.gz
forums-66ecbd8545ace2f402eeed9c2c10405635efa8b3.tar.bz2
forums-66ecbd8545ace2f402eeed9c2c10405635efa8b3.tar.xz
forums-66ecbd8545ace2f402eeed9c2c10405635efa8b3.zip
[ticket/12530] Fix captcha challange image breaking responsive layout
PHPBB3-12530
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_qa.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_qa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html
index 1671987f63..2962ca893b 100644
--- a/phpBB/styles/prosilver/template/captcha_qa.html
+++ b/phpBB/styles/prosilver/template/captcha_qa.html
@@ -8,7 +8,7 @@
<dl>
<dt><label>{QA_CONFIRM_QUESTION}{L_COLON}</label><br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
- <dd>
+ <dd class="captcha">
<input type="text" tabindex="{$CAPTCHA_TAB_INDEX}" name="qa_answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
<input type="hidden" name="qa_confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" />
</dd>