enlarge card box

This commit is contained in:
Dany De Bontridder 2011-11-29 20:20:22 +00:00
parent 9bb74c6c2a
commit 0b42c3dff2

View file

@ -299,7 +299,7 @@ function fill_ipopcard(obj)
var content='card_'+card_layer;
var nTop=posY-40;
var nLeft=posX-20;
var str_style="top:"+nTop+";left:"+nLeft+";width:60em;height:auto";
var str_style="top:"+nTop+";left:"+nLeft+";width:50em;height:auto";
var popup={'id': content,'cssclass':'inner_box','style':str_style,'html':loading(),'drag':true};