Zmiana layout-u na divy absolute.
authorLukasz Rekucki <lreqc@localhost.(none)>
Mon, 24 Aug 2009 08:05:50 +0000 (10:05 +0200)
committerLukasz Rekucki <lreqc@localhost.(none)>
Mon, 24 Aug 2009 08:05:50 +0000 (10:05 +0200)
project/static/css/master.css
project/static/js/panels.js

index 71c9fb4..84a9129 100644 (file)
@@ -152,12 +152,14 @@ label {
 
 /* Slider between panels */
 .panel-wrap .panel-slider {
-       position: absolute;
+    position: absolute;
 
-       top: 0px; bottom: 0px; right: 0px; width: 6px;
+    top: 0px; bottom: 0px; right: 0px; width: 6px;
 
     border-left: 1px solid #999;
     border-right: 1px solid #999;
+    border-top: none;
+    border-bottom: none;
 }
 
 .panel-wrap .panel-slider:hover {
index c680331..5d0aa08 100644 (file)
@@ -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});