projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dcdf9
)
investigation about callerimg placement [2]
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:32:55 +0000
(14:32 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:32:55 +0000
(14:32 +0200)
web/briskin5/index.php
patch
|
blob
|
history
diff --git
a/web/briskin5/index.php
b/web/briskin5/index.php
index
9de8e11
..
f4fc5e3
100644
(file)
--- 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 = (16
0
- cards_width_d2) + "px";
- $("callerimg").style.top = (6
0
- cards_height_d2) + "px";
+ $("callerimg").style.left = (16
2
- cards_width_d2) + "px";
+ $("callerimg").style.top = (6
3
- cards_height_d2) + "px";
window.onbeforeunload = onbeforeunload_cb;
window.onunload = onunload_cb;