mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 23:45:20 +02:00
[ticket/9587] Prosilver overrides reCaptcha class.
PHPBB3-9587
This commit is contained in:
parent
6d7e30ae99
commit
c7a25c58b8
@ -96,6 +96,11 @@ fieldset.fields1 div {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
|
||||
fieldset.fields1 #recaptcha_widget_div div {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* Specific layout 2 */
|
||||
fieldset.fields2 dt {
|
||||
width: 15em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user