aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
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/theme
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/theme')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index ed3ba61334..d15a3a5edc 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -350,6 +350,25 @@ fieldset.quick-login label[for="autologin"] {
select, .inputbox {
max-width: 260px;
}
+
+ dd.captcha {
+ margin-left: 0;
+ }
+
+ dd.captcha-image img {
+ width: 100%;
+ }
+
+ #recaptcha_challenge_image,
+ #recaptcha_response_field,
+ .recaptchatable #recaptcha_image {
+ margin: 0 !important;
+ width: 100% !important;
+ height: auto !important;
+ }
+ .recaptchatable #recaptcha_logo {
+ display: none !important;
+ }
}
@media only screen and (max-width: 430px), only screen and (max-device-width: 430px) {