diff -r 99c682f51ecf -r 7b8167c4aa6f src/cm/media/js/client/c_icomment.js
--- a/src/cm/media/js/client/c_icomment.js Wed Nov 25 18:22:57 2009 +0100
+++ b/src/cm/media/js/client/c_icomment.js Thu Nov 26 12:03:53 2009 +0100
@@ -47,8 +47,8 @@
''+ unapproved +'' + " " +
'' + cancel +'' + " " +
'' +
- '-' +
- 'X' +
+ '-' +
+ 'X' +
'',
bodyContent : '
' +
'' +
@@ -212,10 +212,6 @@
// debug !!
// CY.log('activate' + this.commentId) ;
this.overlay.get('boundingBox').addClass('c-focus-comment') ;
- this.overlay.get('contentBox').query(".c-close").addClass('c-iclose-focus') ;
- this.overlay.get('contentBox').query(".c-close").removeClass('c-iclose') ;
- this.overlay.get('contentBox').query(".c-show-scope").addClass('c-show-iscope-focus') ;
- this.overlay.get('contentBox').query(".c-show-scope").removeClass('c-show-iscope') ;
},
@@ -223,10 +219,6 @@
// debug !!
// CY.log('deactivate' + this.commentId) ;
this.overlay.get('boundingBox').removeClass('c-focus-comment') ;
- this.overlay.get('contentBox').query(".c-close").addClass('c-iclose') ;
- this.overlay.get('contentBox').query(".c-close").removeClass('c-iclose-focus') ;
- this.overlay.get('contentBox').query(".c-show-scope").addClass('c-show-iscope') ;
- this.overlay.get('contentBox').query(".c-show-scope").removeClass('c-show-iscope-focus') ;
},
hide:function() {