1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/12662] RTL (bidi.css) fixes

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-07 15:19:14 +02:00
parent cf1b56af8d
commit 4a98d7e46d
2 changed files with 21 additions and 9 deletions

View File

@@ -455,6 +455,7 @@ ul.linklist.bulletin li.no-bulletin:before {
.header-avatar span:after {
content: '\25BC';
display: inline-block;
font-size: 9px;
float: right;
margin-left: 2px;
opacity: 0.7;
@@ -611,11 +612,8 @@ ul.linklist.bulletin li.no-bulletin:before {
.dropdown li.separator {
border-top: 1px solid transparent;
}
.dropdown li.separator, ul.linklist .dropdown li.separator {
margin: 4px 0;
padding: 0;
margin: 4px 0 !important;
padding: 0 !important;
}
.dropdown li.separator:first-child, .dropdown li.separator:last-child {