From: Matteo Nastasi Date: Sun, 3 May 2020 12:32:55 +0000 (+0200) Subject: investigation about callerimg placement [2] X-Git-Tag: v5.10.0~17 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=34919304117a4bb5deda4fe93d7b5f9ef9f50491 investigation about callerimg placement [2] --- diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 9de8e11..f4fc5e3 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -131,8 +131,8 @@ window.onload = function() { xstm.hbit_set(heartbit); /* dynamic callerimg positioning */ - $("callerimg").style.left = (160 - cards_width_d2) + "px"; - $("callerimg").style.top = (60 - cards_height_d2) + "px"; + $("callerimg").style.left = (162 - cards_width_d2) + "px"; + $("callerimg").style.top = (63 - cards_height_d2) + "px"; window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb;