mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Merge pull request #3428 from prototech/ticket/13463
[ticket/13463] Correctly position notification mark read icon in RTL.
This commit is contained in:
commit
e132e9ba76
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue