Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9587

Prosilver overrides reCaptcha class.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • Posting
    • None
    • PHP 5.3.2, MySQL 5.1.42-community, IE8 Windows 7, Google Chrome 5.0.375.23, Opera 10.53

    Description

      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

      { margin-bottom: 3px; }

      affects "td" inside "<div id=recaptcha_widget_div>"

      It breaks reCaptcha table like in the picture.

      Workaround
      div#recaptcha_widget_div *

      { margin-bottom: 0px; }

      /*************************************************************************/

      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.

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            sandthorn sandthorn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: