-
Bug
-
Resolution: Fixed
-
Major
-
3.1.2
-
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;
|
}
|