mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'PayBas/ticket/12808' into develop-ascraeus
* PayBas/ticket/12808: [ticket/12808] Fix small gap between username and drop-down arrow
This commit is contained in:
commit
b412339cad
2 changed files with 3 additions and 3 deletions
|
@ -292,8 +292,8 @@
|
||||||
|
|
||||||
.rtl .header-avatar span:after {
|
.rtl .header-avatar span:after {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0;
|
padding-left: 0;
|
||||||
margin-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .member-search {
|
.rtl .member-search {
|
||||||
|
|
|
@ -467,7 +467,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 2px;
|
padding-left: 2px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue