Fixed report icon in single post view

This commit is contained in:
Lukas Matt 2014-04-23 08:44:08 -04:00
parent cfc95b01f7
commit 693986bba0

View file

@ -207,6 +207,13 @@
&:hover {
@include opacity(1);
}
.comment_report {
display: inline-block;
.icons-report {
height: 14px;
width: 14px;
}
}
.delete {
display: inline-block;
.icons-deletelabel {