1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

Merge pull request #1651 from cyberalien/ticket/11782

Fix layout of notices in posts
This commit is contained in:
Nathan Guse
2013-09-05 08:26:29 -07:00
7 changed files with 81 additions and 43 deletions

View File

@@ -214,11 +214,24 @@ div.rules {
color: #BC2A4D;
}
p.rules {
p.post-notice {
background-color: #ECD5D8;
background-image: none;
}
p.post-notice.deleted:before {
background-image: url("./images/icon_topic_deleted.png");
}
p.post-notice.unapproved:before {
background-image: url("./images/icon_topic_unapproved.gif");
}
p.post-notice.reported:before, p.post-notice.error:before {
background-image: url("./images/icon_topic_reported.gif");
}
/*
--------------------------------------------------------------
Colours and backgrounds for links.css