-
Bug
-
Resolution: Fixed
-
Trivial
-
3.0.7-PL1
-
None
-
PHP 5.3.2, MySQL 5.1.42-community, IE8 Windows 7, Google Chrome 5.0.375.23, Opera 10.53
This post is initially discussed in forum
http://www.phpbb.com/community/viewtopic.php?f=74&t=2086035
Broken reCaptcha
http://s13.radikal.ru/i186/1005/d2/4b813a3b1e96.png
form.css
fieldset.fields1 div
affects "td" inside "<div id=recaptcha_widget_div>"
It breaks reCaptcha table like in the picture.
Workaround
div#recaptcha_widget_div *
/*************************************************************************/
The weird thing is I see in computed style "margin-bottom: 0px" which is assigned by reCaptcha's inline stylesheet itself. (in both Opera Dragonfly Inspect Element and Chrome)
#recaptcha_area td
{ margin-bottom: 0px !important; }I don't know what is going on.
It's like a browser bug? I've tried with IE8, Opera 10.53, Google 5 beta (filehippo). They all render the same thing.
So weird.