src/cm/media/css/site/text_view_comments/c-style-comment.css
changeset 8 1a495fcc40f9
parent 0 40c8f766c9b8
child 11 7b8167c4aa6f
--- a/src/cm/media/css/site/text_view_comments/c-style-comment.css	Wed Nov 25 09:34:10 2009 +0100
+++ b/src/cm/media/css/site/text_view_comments/c-style-comment.css	Wed Nov 25 18:19:17 2009 +0100
@@ -75,12 +75,9 @@
     float:right;
 }
 
-.yui-widget-hd a.c-close {
-/*  background: transparent url(../../../img/close_comment.png) no-repeat scroll 0 0;*/
-    background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px;
+.yui-widget-hd a.c-close, .yui-widget-hd a.c-show-scope  {
     position: absolute;
-    right: 5px;
-	top: 5px;
+    top: 5px;
     height: 14px;
     text-indent: -999px;
     width: 14px;
@@ -90,12 +87,20 @@
     text-decoration: none;
     font-size:77%;
 }
+.yui-widget-hd a.c-close  {
+    background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px;
+    right: 5px;
+}
+.yui-widget-hd a.c-show-scope {
+    background: transparent url(../../../img/c_spr2.png) no-repeat scroll 0 -30px;
+    right: 21px;
+}
 
-.c-comment a.c-iclose {
+.c-comment a.c-iclose, .c-comment a.c-show-iscope  {
     background-position: 0 -30px;
 }
 
-.c-comment a.c-iclose-focus {
+.c-comment a.c-iclose-focus, .c-comment a.c-show-iscope-focus {
     background-position: 0 -74px;
 }
 input[type="text"], input[type="password"], textarea {