ItEr30S17ValidacionEProbasFuncionais: Fixed graphical problems with new dependences calculations and z-indexing

This commit is contained in:
Lorenzo Tilve 2009-10-15 01:03:07 +02:00 committed by Javier Moran Rua
parent e8c73ad57f
commit 0d88a38fe6
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,7 @@ zkTask.isOverTask = function(cmp, arrow) {
var xpos = zkTask.xMouse - findPosX(innerLayout)
+ innerLayout.scrollLeft;
var ypos = zkTask.yMouse - findPosY(innerLayout) - 48 /* padding top */
var ypos = zkTask.yMouse - findPosY(innerLayout)
+ innerLayout.scrollTop - listtasksNode.offsetTop;
for ( var i = 0; i < arrayTasks.length; i++) {

View file

@ -144,7 +144,7 @@ min-width:200px;
position: absolute;
padding: 4px;
cursor: crosshair;
z-index:-1;
z-index:0;
}
.end,.start {