1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/12530] Fix captcha challange image breaking responsive layout

PHPBB3-12530
This commit is contained in:
PayBas
2014-09-09 22:30:37 +02:00
parent c77d6f39f2
commit 66ecbd8545
4 changed files with 22 additions and 3 deletions

View File

@@ -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) {