src/cm/media/js/client/c_layout.js
changeset 532 0bad3613f59d
parent 525 89ef5ed3c48b
child 562 92e8e5aaacde
equal deleted inserted replaced
531:80859749e6b1 532:0bad3613f59d
    48     var ret = val - ( 2 * gConf['iCommentThreadPadding']) ; // PhA said : a threaded discussion with a depth of 2 still shoudn't hide the text 20100317
    48     var ret = val - ( 2 * gConf['iCommentThreadPadding']) ; // PhA said : a threaded discussion with a depth of 2 still shoudn't hide the text 20100317
    49     return ret - 7;
    49     return ret - 7;
    50   },
    50   },
    51   
    51   
    52   setLeftColumnWidth : function (colWidth) {
    52   setLeftColumnWidth : function (colWidth) {
    53     CY.one('#contentcolumn').setStyle('marginLeft', colWidth + 'px');
    53     CY.get('#contentcolumn').setStyle('marginLeft', colWidth + 'px');
    54     CY.one('#leftcolumn').setStyle('width', colWidth + 'px');
    54     CY.get('#leftcolumn').setStyle('width', colWidth + 'px');
    55   },
    55   },
    56   parentInterfaceUnfreeze : function() {
    56   parentInterfaceUnfreeze : function() {
    57     if (this.isInFrame())
    57     if (this.isInFrame())
    58       parent.f_interfaceUnfreeze() ;
    58       parent.f_interfaceUnfreeze() ;
    59   }
    59   }