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

RTL: Responsive Post Buttons Not Positioned Correctly In Dropdown

    XMLWordPrintable

Details

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

    Description

      When using an RTL language and viewing in responsive mode, if you click the responsive post button dropdown trigger, the icons and text alignment in the dropdown are incorrect.

       

      This can be solved by making a small change to the bidi stylesheet.

       

      File:

      bidi.css

      Find:

      .rtl .caret {
          border-right: 1px solid;
          border-right-color: inherit;
          border-left: none;
          right: 6px;
      }

       

      Add Below:

      .rtl .post-buttons .dropdown a {
          text-align: left;
      }
       
      /**
      * icons.css
      */
      .rtl .post-buttons .dropdown-contents .icon {
          float: left;
          margin-left: 0;
          margin-right: 5px;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: