1
0
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:
Cesar G 2013-11-08 19:46:17 -08:00
parent 00356f7844
commit 954cf7e064

View File

@ -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