mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12808] Fix small gap between username and drop-down arrow
This commit is contained in:
commit
d35c5d1d39
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue