smaller card box
This commit is contained in:
parent
e596981cab
commit
c2cf4eac8e
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:40em;height:auto";
|
||||
var str_style="top:"+nTop+";left:"+nLeft+";padding-left:2em;width:40em;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