Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17267

Remove Surplus Forumlist ".rtl ul.topiclist.forums dt .list-inner" RTL Left Margin Rule Which Affects Subforums

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      The bidi.css file contains a 250px left margin which is added to the dt list inner class on small screens, (less than 700px - responsive mode) this stops the subforums from displaying correctly when using an RTL language.

      The LTR version doesn't have this rule so it must have been left over from changes in the past.

       

      I have added both LTR and RTL screen shots to show the differences.

       

      File:

      bidi.css
      

      Delete:

          .rtl ul.topiclist.forums dt .list-inner {
              margin-left: 250px;
          }

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

              Created:
              Updated: