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

Fix Captcha ".captcha-panel dd.captcha" RTL Margin Rule Mistake

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      In the bidi.css file, the rule for the Captcha doesn't have .rtl in front of it like the rest of the rules in the bidi file.

       

      File:

      bidi.css
      

      Find:

          .captcha-panel dd.captcha {
              margin-right: 0;
          }

      Change To:

          .rtl .captcha-panel dd.captcha {
              margin-right: 0;
          }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: