implement blacklists for popular

This commit is contained in:
albert
2013-03-09 20:25:06 -05:00
parent 38e1ed3369
commit bbc8797a10
3 changed files with 29 additions and 0 deletions

View File

@@ -312,6 +312,28 @@ div#c-explore-posts {
margin-left: 0;
}
}
#blacklist-box {
margin-bottom: 1em;
}
#blacklist-list {
display: inline;
}
#blacklist-list li {
display: inline;
margin-right: 1em;
a {
color: $link_color;
cursor: pointer;
}
span {
color: #AAA;
}
}
}
div#unapprove-dialog {