mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 07:58:56 +02:00
[ticket/12011] Fix the overlapping unapproved post icon.
PHPBB3-12011
This commit is contained in:
parent
00356f7844
commit
954cf7e064
@ -392,11 +392,14 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl p.post-notice {
|
||||
padding-left: 5px;
|
||||
padding-right: 26px;
|
||||
}
|
||||
|
||||
.rtl p.post-notice:before {
|
||||
left: auto;
|
||||
right: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 26px;
|
||||
}
|
||||
|
||||
/* Topic review panel
|
||||
|
Loading…
x
Reference in New Issue
Block a user