X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/80ba576b659d4ee4e19e9f422cef4e1644a03d8d..fa300c83de0c9788beb4e833c2003618e7d20646:/project/static/js/panels.js?ds=inline diff --git a/project/static/js/panels.js b/project/static/js/panels.js index 562d82b4..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});