src/cm/media/js/client/c_addcomment_form.js
changeset 562 92e8e5aaacde
parent 532 0bad3613f59d
child 600 fda73ac53450
equal deleted inserted replaced
561:6da1a12084a9 562:92e8e5aaacde
    29   }
    29   }
    30   
    30   
    31   var overlayHtml = getHtml(gICommentForm) ;
    31   var overlayHtml = getHtml(gICommentForm) ;
    32   
    32   
    33   var width = gLayout.getTopICommentsWidth() ;
    33   var width = gLayout.getTopICommentsWidth() ;
       
    34   width += gLayout.iCommentsRequiredThreadPadding (); // SID: use max available space as there is no indentation on that box
    34   
    35   
    35   var overlay = new CY.Overlay( {
    36   var overlay = new CY.Overlay( {
    36     zIndex :3,
    37     zIndex :3,
    37     shim :false, // until we really need it, no shim 
    38     shim :false, // until we really need it, no shim 
    38     visible :false,
    39     visible :false,