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

Fix Missing ".rtl table.responsive td > dfn:after" RTL Table DFN Padding Rules

    XMLWordPrintable

Details

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

    Description

      If you use an RTL language and you view the memberlist on a small screen (less than 700px - responsive mode) the colon is next to the username, post count and time rather than next to the title,

       

      Example it currently displays... "6:59pm: Joined" rather than... "6:59pm :Joined"

      It should be... time > space > colon > joined - rather than... time > colon > space > joined.

      I have added a screen shot to show this.

       

      This can be solved by adding a rule to the bidi.css file to match the one in the responsive.css file.

       

      File:

      bidi.css
      

      Find:

          .rtl table.responsive td {
              text-align: right !important;
          }

      Add Below:

          .rtl table.responsive td > dfn:after {
              padding-right: 0;
              padding-left: 5px;
          }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: