diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html index 9feb87a391..02899bcafd 100644 --- a/phpBB/styles/prosilver/template/captcha_default.html +++ b/phpBB/styles/prosilver/template/captcha_default.html @@ -1,5 +1,5 @@ -
+

{L_CONFIRMATION}

diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html index 2962ca893b..b8c6678066 100644 --- a/phpBB/styles/prosilver/template/captcha_qa.html +++ b/phpBB/styles/prosilver/template/captcha_qa.html @@ -1,5 +1,5 @@ -
+

{L_CONFIRMATION}

diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index 3b6ce29beb..dec999ad5d 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -1,5 +1,5 @@ -
+

{L_CONFIRMATION}

@@ -12,23 +12,15 @@

{L_RECAPTCHA_EXPLAIN}
- - - + + + +
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index d15a3a5edc..8653042a69 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -351,23 +351,29 @@ fieldset.quick-login label[for="autologin"] { max-width: 260px; } - dd.captcha { + .captcha-panel dd.captcha { margin-left: 0; } - dd.captcha-image img { + .captcha-panel 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; + + .recaptchatable tr td:last-child { + display: none; + } + + .captcha-panel .recaptcha-responsive { + display: inline-block !important; + margin-top: 10px; + vertical-align: middle; } }