add hilighting to mod queue

This commit is contained in:
albert
2013-02-22 15:47:36 -05:00
parent 85a832cb5d
commit 26b5f3091c
5 changed files with 41 additions and 4 deletions

View File

@@ -6,6 +6,18 @@ div#c-moderator-post-queues {
overflow: hidden;
}
article.post-has-dup {
background: rgb(255, 255, 100);
}
article.post-neg-score {
background: rgb(255, 230, 230);
}
article.post-pos-score {
background: rgb(230, 255, 230);
}
aside {
float: left;
width: 220px;