lib/sdoc/generator/template/direct/resources/css/panel.css in voloko-sdoc-0.2.4 vs lib/sdoc/generator/template/direct/resources/css/panel.css in voloko-sdoc-0.2.5

- old
+ new

@@ -7,10 +7,11 @@ top: 0; left: 0; background: #FFF; z-index: 2; font-family: "Helvetica Neue", "Arial", sans-serif; + //zoom: 1; } .panel_tree .results, .panel_results .tree { @@ -75,31 +76,34 @@ position: absolute; top: 30px; bottom: 0; left: 0; width: 100%; + //height: expression((this.parentNode.offsetHeight - 31)); overflow-y: scroll; overflow-x: hidden; -overflow-y: hidden; background: #EDF3FE url(../i/results_bg.png); z-index: 2; + //zoom:1; } .panel .result ul { font-size: 0.8em; width: 100%; background: #EDF3FE url(../i/results_bg.png); - -zoom:1; + //zoom:1; } .panel .result ul li { height: 46px; -height: 50px; - -display: inline; - -width: 100%; + //display: inline; + //width: 100%; + //zoom: 1; overflow: hidden; padding: 4px 10px 0 10px; cursor: pointer; } @@ -241,16 +245,17 @@ position: absolute; top: 30px; bottom: 0; left: 0; width: 100%; - -height: expression((this.parentNode.offsetHeight - 31)); + //zoom: 1; + //height: expression((this.parentNode.offsetHeight - 31)); overflow-y: scroll; overflow-x: hidden; -overflow-y: hidden; background: #EDF3FE url(../i/tree_bg.png); - z-index: 3; + z-index: 30; } .panel .tree ul { background: #EDF3FE url(../i/tree_bg.png); @@ -258,12 +263,13 @@ .panel .tree li { cursor: pointer; overflow: hidden; - -height: 23px; - -display: inline; - -zoom: 1; + //height: 23px; + //display: inline; + //zoom: 1; + //width: 100%; } .panel .tree li .content { \ No newline at end of file