FSN#38071 indien meer dan 250 resultaten stonden inline actions mouseover niet goed qua hoogte, nu wel
svn path=/Website/trunk/; revision=32029
This commit is contained in:
@@ -413,7 +413,7 @@ function showActions(event) // event op de mouseover van resultsettable
|
||||
}
|
||||
|
||||
var isInline = this.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName === "TD";
|
||||
var inlineCorr = isInline ? 30 : 0;
|
||||
var inlineCorr = isInline ? ($("#rsMaxHistoryB")[0] ? 45 : 30) : 0;
|
||||
|
||||
if (useHamb != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user