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

RTL: Small Mistake In Search Button Float CSS

    XMLWordPrintable

Details

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

    Description

      Totally trivial but one of the rules in the bidi stylesheet doesn't have .rtl in front of it like the rest of them.

       

      File:

      bidi.css

       

      Find:

      .rtl .button-search,
      .button-search-end {
          float: right;
      }

      Change To:

      .rtl .button-search,
      .rtl .button-search-end {
          float: right;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: