projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a1887
)
microadjust of north east player
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 09:12:26 +0000
(11:12 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 09:12:26 +0000
(11:12 +0200)
web/briskin5/dnd.js
patch
|
blob
|
history
diff --git
a/web/briskin5/dnd.js
b/web/briskin5/dnd.js
index
bc57ca8
..
8e1cd91
100644
(file)
--- a/
web/briskin5/dnd.js
+++ b/
web/briskin5/dnd.js
@@
-162,7
+162,7
@@
function cards_dispose_ne(car_n, tak_n) {
list = "LIST: ";
for (i = 0 ; i < car_n ; i++) {
$("card_ne" + cards_ne_pos[i]).style.left = start - ((car_n - i -1) * inter);
- $("card_ne" + cards_ne_pos[i]).style.top = (12
6
- cards_height)/2;
+ $("card_ne" + cards_ne_pos[i]).style.top = (12
5
- cards_height)/2;
$("card_ne" + cards_ne_pos[i]).style.zIndex = 8-i;
$("card_ne" + cards_ne_pos[i]).style.visibility = "visible";
}