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

Remove Surplus Subforum ".rtl ul.topiclist li.row dt a.subforum" RTL Padding, Background And Position Rules Which Affect Subforum Spacing

XMLWordPrintable

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

      The bidi.css file contains padding, background and position rules which are added to the li.row subforum class.

       

      This makes the space between the subforums too big 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.

       

      File:

      bidi.css
      

      Delete:

      .rtl ul.topiclist li.row dt a.subforum {
          padding-right: 12px;
          background-position: right;
          position: static;
      }

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

              Created:
              Updated: