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

Mark read icon displays on wrong side in RTL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.4-RC1
    • 3.1.2
    • Styles
    • PHP 5.4.12 , MYSQL 5.6.12 Chrome 39.0.2171.95 m

      hello,
      at notifications area in RTL sites mark as read icon is over user avatar like attached image

      fix
      open bidi.css
      find

      bidi.css

      .rtl a.feed-icon-forum {
          float: left;
      }

      add after

      bidi.css

      /* Notification mark read link */
      .rtl .dropdown-extended a.mark_read {
          border-radius: 0 3px 3px 0;
          right:auto;
            left: 0;
      }
      

        1. 2.png
          2.png
          25 kB
        2. 3.png
          3.png
          22 kB

            prototech prototech [X] (Inactive)
            scout4all Bigad Aboubakr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: