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

Remove Surplus Table ".rtl .forumbg table.table1" RTL Margin Rule Which Affects Table Left Side

XMLWordPrintable

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

      The bidi.css file has a rule which adds a negative margin to tables, this affects the left side of the table surround when using an RTL language as it makes it slightly wider than the side of the table.

       

      There isn't any rule for this in any other file for non RTL languages so it must have been removed at some point in the past and the rule in the bidi.css file forgotten about.

       

      File:

      bidi.css
      

      Delete:

      .rtl .forumbg table.table1 {
          margin: 0 -1px -1px -2px;
      }

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

              Created:
              Updated: