From 3638f296a2d58abbc12ef3062aee1dd202af78ac Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 11 Apr 2011 13:39:46 -0400 Subject: [PATCH] Remove privacy marker from non-private replies to private notices. --- theme/neo/css/display.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index f69370bf57..528f8553de 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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 { -- 2.39.5