FSN#38071 Inline actions bij touch iets hoger gezet zodat de onderste geen scroll bars veroorzaken (bij workflows bijvoorbeeld)

svn path=/Website/trunk/; revision=31338
This commit is contained in:
2016-11-03 08:45:37 +00:00
parent f6c54cf8e0
commit 02b457671d

View File

@@ -252,7 +252,7 @@ function showActions(event) // event op de mouseover van resultsettable
}
});
$actiondiv.css('top', $(this).offset().top + $(this).outerHeight() - $actiondiv.outerHeight() - (touch?10:5) + "px");
$actiondiv.css('top', $(this).offset().top + $(this).outerHeight() - $actiondiv.outerHeight() - (touch?15:5) + "px");
if (!anyShow)
{
$actiondiv.hide();