src/cm/media/js/client/c_addcomment_form.js
changeset 562 92e8e5aaacde
parent 532 0bad3613f59d
child 600 fda73ac53450
--- a/src/cm/media/js/client/c_addcomment_form.js	Tue Nov 05 18:29:29 2013 +0100
+++ b/src/cm/media/js/client/c_addcomment_form.js	Wed Nov 06 19:05:09 2013 +0100
@@ -31,6 +31,7 @@
   var overlayHtml = getHtml(gICommentForm) ;
   
   var width = gLayout.getTopICommentsWidth() ;
+  width += gLayout.iCommentsRequiredThreadPadding (); // SID: use max available space as there is no indentation on that box
   
   var overlay = new CY.Overlay( {
     zIndex :3,