From 482b179a65fbeb07729d04a568f2ff048a3ee842 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 11 May 2013 17:15:06 +0000 Subject: [PATCH] centre detail fiche --- html/js/card.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/js/card.js b/html/js/card.js index 6f96c93ad..b9e9b5893 100644 --- a/html/js/card.js +++ b/html/js/card.js @@ -327,7 +327,8 @@ function fill_ipopcard(obj) var content='card_'+card_layer; var nTop=posY-40; - var nLeft=posX-20; + //var nLeft=posX-20; + var nLeft="20%"; var str_style="top:"+nTop+";left:"+nLeft+";width:45em;height:auto"; var popup={'id': content,'cssclass':'inner_box','style':str_style,'html':loading(),'drag':true};