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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • 3.3.10
    • Styles

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

            Marc Marc
            ForumFlair ForumFlair [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: