mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/12011] Fix the overlapping unapproved post icon.
PHPBB3-12011
This commit is contained in:
parent
00356f7844
commit
954cf7e064
1 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue