equal
deleted
inserted
replaced
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, |