From: zuber <marek@stepniowski.com>
Date: Thu, 20 Aug 2009 17:50:15 +0000 (+0200)
Subject: Drobne poprawki wyƛwietlania panelu bocznego.
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/e604fe43fe077291ff4d4bd528eb48ef6bec6d21?ds=sidebyside

Drobne poprawki wyƛwietlania panelu bocznego.
---

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();
             })