enlarge card box
This commit is contained in:
parent
0b42c3dff2
commit
268ec31647
1 changed files with 1 additions and 1 deletions
|
|
@ -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:50em;height:auto";
|
||||
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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue