From e604fe43fe077291ff4d4bd528eb48ef6bec6d21 Mon Sep 17 00:00:00 2001 From: zuber Date: Thu, 20 Aug 2009 19:50:15 +0200 Subject: [PATCH] =?utf8?q?Drobne=20poprawki=20wy=C5=9Bwietlania=20panelu?= =?utf8?q?=20bocznego.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/static/css/master.css | 4 ++++ project/templates/explorer/file_xml.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/project/static/css/master.css b/project/static/css/master.css index 6b53ec5c..0dd4d783 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -155,6 +155,10 @@ p { border-bottom: 1px solid #AAA; } +#sidebar-toolbar { + width: 0; +} + #sidebar-tabs li, #toolbar-tabs li { font-size: 14px; display: block; diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index e4c73712..db00e6a8 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -28,10 +28,12 @@ $('#images-wrap').width(480); $('#sidebar').width(488); $('#images-wrap').data('lazyload:lastCheckedScrollTop', -10000); + $('#sidebar-toolbar').width(480); resizePanels(); }, function() { $('#images-wrap').width(0); $('#sidebar').width(8); + $('#sidebar-toolbar').width(0); resizePanels(); }) -- 2.20.1