From: gerv%gerv.net <> Date: Thu, 21 Jul 2005 03:09:18 +0000 (+0000) Subject: Bug 300743: add "px" to prevent query help tooltips appearing at wrong position.... X-Git-Tag: bugzilla-2.21.1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deaa3dcc512cc90d608c9242e754ad7de034e7ec;p=thirdparty%2Fbugzilla.git Bug 300743: add "px" to prevent query help tooltips appearing at wrong position. Patch by gerv; r=myk, kiko, wicked, a=mkanat, myk. --- diff --git a/template/en/default/global/help-header.html.tmpl b/template/en/default/global/help-header.html.tmpl index 1a74a1e82c..330ba9160a 100644 --- a/template/en/default/global/help-header.html.tmpl +++ b/template/en/default/global/help-header.html.tmpl @@ -67,8 +67,8 @@ myparent = myparent.offsetParent; } - currentHelp.style.top = mytop + this.offsetHeight + 5; - currentHelp.style.left = myleft; + currentHelp.style.top = mytop + this.offsetHeight + 5 + "px"; + currentHelp.style.left = myleft + "px"; currentHelp.style.display=''; } }