aboutsummaryrefslogtreecommitdiff
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-06-17 16:27:25 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-06-17 16:27:25 +0200
commit84e58260aef8011621333e8ab2656dd0f011c3e8 (patch)
tree199a58aae0360cdce768c402cf945b14086eff04 /phpBB
parentMerge branch 'feature/bantu/dbal-tests' into develop-olympus (diff)
parent[ticket/9587] Prosilver overrides reCaptcha class. (diff)
downloadphpbb-84e58260aef8011621333e8ab2656dd0f011c3e8.tar.gz
phpbb-84e58260aef8011621333e8ab2656dd0f011c3e8.tar.bz2
phpbb-84e58260aef8011621333e8ab2656dd0f011c3e8.zip
Merge branch 'ticket/nickvergessen/9587' into develop-olympus
* ticket/nickvergessen/9587: [ticket/9587] Prosilver overrides reCaptcha class.
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 4db342661c..4516c7fcd2 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -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;