X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bf77ae4a3e1a3593c2fac8c289f177aec15602c9..fa300c83de0c9788beb4e833c2003618e7d20646:/project/static/js/panels.js diff --git a/project/static/js/panels.js b/project/static/js/panels.js index c680331b..5d0aa08e 100644 --- a/project/static/js/panels.js +++ b/project/static/js/panels.js @@ -57,7 +57,8 @@ $(function() { // resizePanels(); // }) - $('#panels').make_hpanel({}); + $('#panels').make_hpanel({}); + $('#panels').css('top', ($('#header').outerHeight() ) + 'px'); // $('#left-panel-wrap').bind('resizable:stop', resizePanels) // .resizable({minWidth: 8});