Drobne poprawki wyƛwietlania panelu bocznego.
authorzuber <marek@stepniowski.com>
Thu, 20 Aug 2009 17:50:15 +0000 (19:50 +0200)
committerzuber <marek@stepniowski.com>
Thu, 20 Aug 2009 17:50:15 +0000 (19:50 +0200)
project/static/css/master.css
project/templates/explorer/file_xml.html

index 6b53ec5..0dd4d78 100644 (file)
@@ -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;
index e4c7371..db00e6a 100644 (file)
                 $('#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();
             })