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

Mark read icon displays on wrong side in RTL

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.2
    • 3.1.4-RC1
    • Styles
    • PHP 5.4.12 , MYSQL 5.6.12 Chrome 39.0.2171.95 m

    Description

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: