]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove privacy marker from non-private replies to private notices.
authorSamantha Doherty <sammy@status.net>
Mon, 11 Apr 2011 17:39:46 +0000 (13:39 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 11 Apr 2011 17:39:46 +0000 (13:39 -0400)
theme/neo/css/display.css

index f69370bf572f13c18a9f204e6e4ca0662d3071f3..528f8553deee81cd1be6f0c0a717eb672d422d64 100644 (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 {