Remove privacy marker from non-private replies to private notices.

This commit is contained in:
Samantha Doherty 2011-04-11 13:39:46 -04:00
parent 09cffc1928
commit 3638f296a2
1 changed files with 19 additions and 0 deletions

View File

@ -1344,6 +1344,25 @@ table.profile_list tr.alt {
left: 0px;
}
.limited-scope li .entry-content .timestamp {
padding-left: 0px;
}
.limited-scope li .entry-content .timestamp:before {
content: none;
}
.limited-scope li.limited-scope .entry-content .timestamp {
padding-left: 20px;
}
.limited-scope li.limited-scope .entry-content .timestamp:before {
content: url(../images/lock.png);
position: absolute;
top: -2px;
left: 0px;
}
/* QnA specific styles */
#content .question .entry-title, #content .qna-full-question .entry-title {