[ticket/12808] Fix small gap between username and drop-down arrow

PHPBB3-12808
This commit is contained in:
PayBas 2014-07-04 15:45:11 +02:00
parent 86e21a9b26
commit e01e7b1529
2 changed files with 3 additions and 3 deletions

View file

@ -292,8 +292,8 @@
.rtl .header-avatar span:after {
float: left;
margin-left: 0;
margin-right: 2px;
padding-left: 0;
padding-right: 2px;
}
.rtl .member-search {

View file

@ -467,7 +467,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
display: inline-block;
font-size: 9px;
float: right;
margin-left: 2px;
padding-left: 2px;
opacity: 0.7;
}