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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user