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:
@@ -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
|
||||
|
Reference in New Issue
Block a user