aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_default.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_default.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_default.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html
index 550962db67..9feb87a391 100644
--- a/phpBB/styles/prosilver/template/captcha_default.html
+++ b/phpBB/styles/prosilver/template/captcha_default.html
@@ -10,7 +10,7 @@
<dl>
<dt><label for="confirm_code">{L_CONFIRM_CODE}{L_COLON}</label></dt>
- <dd><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" /></dd>
+ <dd class="captcha captcha-image"><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" /></dd>
<dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" tabindex="{$CAPTCHA_TAB_INDEX}" class="inputbox narrow" title="{L_CONFIRM_CODE}" />
<!-- IF S_CONFIRM_REFRESH --><input type="submit" name="refresh_vc" id="refresh_vc" class="button2" value="{L_VC_REFRESH}" /><!-- ENDIF -->
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></dd>