X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=f4fc5e38df2b8788fce4a38baba86e05e59bdb3c;hp=9de8e1159c4c1c7f44434ba44bda3872da7577b7;hb=34919304117a4bb5deda4fe93d7b5f9ef9f50491;hpb=d1dcdf933584d658b380e279d606a8c913da2979 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;