From 256210e6c49760b9f5e704d7cd2e6b3d22bc62e9 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 4 Dec 2010 20:34:16 +0000 Subject: [PATCH] default size for search_card --- html/js/card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/card.js b/html/js/card.js index dadab30bf..72328aa35 100644 --- a/html/js/card.js +++ b/html/js/card.js @@ -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',