default size for search_card
This commit is contained in:
parent
a270ab847b
commit
256210e6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ function search_card(obj)
|
|||
sx=document.body.scrollTop+60;
|
||||
}
|
||||
|
||||
var div_style="top:"+sx;
|
||||
var div_style="top:"+sx+";width:60%;heigth:80%";
|
||||
add_div({id:'search_card',cssclass:'op_detail',html:loading(),style:div_style,drag:true});
|
||||
|
||||
var action=new Ajax.Request ( 'ajax_card.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue