src/cm/media/js/client/c_layout.js
changeset 525 89ef5ed3c48b
parent 341 053551f213fb
child 532 0bad3613f59d
equal deleted inserted replaced
524:322d0feea350 525:89ef5ed3c48b
    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.get('#contentcolumn').setStyle('marginLeft', colWidth + 'px');
    53     CY.one('#contentcolumn').setStyle('marginLeft', colWidth + 'px');
    54     CY.get('#leftcolumn').setStyle('width', colWidth + 'px');
    54     CY.one('#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   }