* code for task#1659.

This commit is contained in:
azhi
2013-08-01 13:53:57 +08:00
parent 4b09288597
commit 17ee8cdabd
2 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -293,8 +293,7 @@ function toggleHelpLink()
*/
function toggleTreeBox()
{
var treeSliderH = $(window).height() - $('#header').height() - $('#navbar').height() - $('#featurebar').height() - $('#footer').height() - 150;
var treeSliderH = 50;
$('.treeSlider').height(treeSliderH);
$('.treeSlider').toggle
(
+5 -4
View File
@@ -352,17 +352,18 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
.treeSlider
{
position:absolute;
background-color: #ddd;
background-color: #bbb;
background-repeat: repeat-x;
border: 1px solid #ddd;
border: 1px solid #bbb;
border-left:none;
cursor: pointer;
width: 8px;
left:-15px;
left:-16px;
border-radius:0px 10px 10px 0px
}
.treeSlider span {
position:absolute;
top:50%;
top:40%;
left:2px;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;