src/cm/media/css/site/text_view_comments/c-style-comment.css
changeset 103 61fd17f9ab78
parent 11 7b8167c4aa6f
child 475 782d40ecf7c3
--- a/src/cm/media/css/site/text_view_comments/c-style-comment.css	Wed Jan 13 18:15:21 2010 +0100
+++ b/src/cm/media/css/site/text_view_comments/c-style-comment.css	Wed Jan 20 20:43:38 2010 +0100
@@ -33,6 +33,15 @@
     color: #565656;
 }
 
+.c-no-scope-msg {
+    font-size: 77%;
+    color: #F00;
+}
+
+.c-has-scope .c-no-scope-msg {
+    display:none;
+}
+
 .c-error {
     color: #FF0000;
 }
@@ -104,8 +113,8 @@
     background-position: 0 -74px;
 }
 
-.c-focus-comment .c-comment a.c-show-scope {
-    background-image: none;
+.c-is-reply .c-comment a.c-show-scope, .c-focus-comment .c-comment a.c-show-scope, .c-has-no-scope .c-comment a.c-show-scope {
+    display: none;
 }
 
 input[type="text"], input[type="password"], textarea {