1
0

Fix highlight box alignment bug with current git.

This commit is contained in:
rWatcher 2010-01-11 02:26:03 -05:00
parent d316a1c45f
commit 20328ef8a5

View File

@ -42,7 +42,7 @@
divface.style.display = 'block'; divface.style.display = 'block';
divface.style.left = (photoimg.offsetLeft + x1) + 'px'; divface.style.left = (photoimg.offsetLeft + x1) + 'px';
divface.style.top = (photodiv.offsetTop + y1) + 'px'; divface.style.top = (photodiv.offsetTop + 24 + y1) + 'px';
divface.style.width=(x2-x1) + 'px'; divface.style.width=(x2-x1) + 'px';
divface.style.height=(y2-y1) + 'px'; divface.style.height=(y2-y1) + 'px';
if (str_url == '') { if (str_url == '') {