mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'ticket/nickvergessen/9587' into develop-olympus
* ticket/nickvergessen/9587: [ticket/9587] Prosilver overrides reCaptcha class.
This commit is contained in:
commit
84e58260ae
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ fieldset.fields1 div {
|
||||||
margin-bottom: 3px;
|
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 */
|
/* Specific layout 2 */
|
||||||
fieldset.fields2 dt {
|
fieldset.fields2 dt {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue