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

Fix UCP h2 ".tabs-container h2" RTL Float Rule Mistake.

    XMLWordPrintable

Details

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

    Description

      The UCP tabs container h2 rule in the bidi.css file doesn't have .rtl in front of it like the rest of the rules.

       

      File:

      bidi.css
      

      Find:

      .tabs-container h2 {
          float: right;
      }

       

      Change To:

      .rtl .tabs-container h2 {
          float: right;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: