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

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

    XMLWordPrintable

Details

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

    Description

      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;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: