very bad idea to remove glyphs from privat / deleted and read restricted topics

This commit is contained in:
Sam 2013-11-11 17:11:16 +11:00
parent 0ceeeedf80
commit 817423db84
1 changed files with 18 additions and 0 deletions

View File

@ -945,6 +945,24 @@ a.attachment:before {
content: "\f019";
}
.private_message .gutter, .deleted-topic .gutter,.read_restricted .gutter {
position: relative;
}
.private_message .gutter:before, .deleted-topic .gutter:before, .read_restricted .gutter:before {
display: block;
position: absolute;
top: 0;
left: 10px;
color: rgba(0,0,0,0.05);
font: 90px/1 FontAwesome;
content: "\f05c";
}
.read_restricted .gutter:before {
content: "\f0c0";
}
.private_message .gutter:before {
content: "\f0e0";
}