X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cb87c787916de7712a4f9fb638715e6185804711..bc45c0b826b50a6d5f472d0ebcbe92bb1b5a68c4:/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});