mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/12530] Show logo and policy in responsive
PHPBB3-12530
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user