1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 23:51:49 +02:00

[ticket/13463] Correctly position notification mark read icon in RTL.

PHPBB3-13463
This commit is contained in:
Scout4all
2015-01-05 22:38:30 +02:00
committed by Cesar G
parent e4b4428173
commit 3f4dcc6920

View File

@@ -313,6 +313,13 @@ li.breadcrumbs span:first-child > a {
padding-right: 19px;
}
/* Notification mark read link */
.rtl .dropdown-extended a.mark_read {
border-radius: 0 3px 3px 0;
left: 0;
right: auto;
}
.rtl a.top {
float: left;
}