--- 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 {