Merge branch '3.1.x'

This commit is contained in:
Marc Alexander 2015-03-11 13:49:44 +01:00
commit a2454285bd

View file

@ -313,6 +313,13 @@ li.breadcrumbs span:first-child > a {
padding-right: 19px; 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 { .rtl a.top {
float: left; float: left;
} }