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

Header navbar PM/Notifications badges/icons incorrectly positioned when using RTL language

    XMLWordPrintable

Details

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

    Description

      When using an RTL language, the PM and Notifications badges in the navbar are right next to the icons rather than being the opposite side of the icons.

       

      Possible fix:

      CSS file: bidi.css

      Find:

      .rtl .notification_list p.notification-time {
          text-align: left;
      } 

      Add below:

      .rtl .badge {
          float: left;
          margin-left: 0;
          margin-right: 3px;
      } 

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: