aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css16
1 files changed, 11 insertions, 5 deletions
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;
}
}