X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82d463191442b0931e0c51c0cf4c2ef1383b400b..af3ffa21cede6f4e547a18999d764ec8ee07daa4:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index b78e3dee..e4c73712 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -19,8 +19,9 @@ function resizePanels() { $('iframe').width($(window).width() - $('#sidebar').outerWidth()); $('iframe').height($(window).height() - 100); - $('#images-wrap, #toggle-sidebar').height($(window).height() - 100); - $('#images-wrap').width($('#sidebar').width() - 8); + $('#toggle-sidebar').height($(window).height() - 55); + $('#images-wrap').height($(window).height() - 82) + $('#images-wrap, #sidebar-toolbar').width($('#sidebar').width() - 10); } $('#toggle-sidebar').toggle(function() { @@ -114,19 +115,28 @@ {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} - {% toolbar %} -