Layout: inline buttons fractie hoger

svn path=/Website/trunk/; revision=28528
This commit is contained in:
Jos Groot Lipman
2016-03-17 14:53:11 +00:00
parent cca15df637
commit 2d5715804c

View File

@@ -201,7 +201,7 @@ function showActions(event) // event op de mouseover van resultsettable
}
});
$actiondiv.css('top', $(this).position().top + $(this).outerHeight() - $actiondiv.outerHeight() + "px");
$actiondiv.css('top', $(this).position().top + $(this).outerHeight() - $actiondiv.outerHeight() - 5 + "px");
if (!anyShow)
{
$actiondiv.hide();