1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 10:40:28 +02:00

[feature/soft-delete] Fix displaying of "deleted post" note in viewtopic

PHPBB3-9657
This commit is contained in:
Joas Schilling
2012-08-28 22:56:04 +02:00
parent 9300ff4c6e
commit 910f1602cd
2 changed files with 6 additions and 1 deletions

View File

@@ -340,6 +340,11 @@ span.imageset {
padding-left: 16px;
padding-top: 14px;
}
.imageset.icon_topic_deleted {
background-image: url("./images/icon_topic_deleted.png");
padding-left: 16px;
padding-top: 16px;
}
.imageset.icon_topic_unapproved {
background-image: url("./images/icon_topic_unapproved.gif");
padding-left: 16px;