From 2200e3f708e481cc8449a02d19d310d03e97c8a7 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 16 Nov 2014 00:32:08 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20pour=20ajout=20cat=C3=A9gor?= =?UTF-8?q?ie=20:=20dimension=20div?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 7776852a1..166dabd4c 100644 --- a/html/js/card.js +++ b/html/js/card.js @@ -446,7 +446,7 @@ function select_card_type(obj) sx=document.body.scrollTop+160; } - var str_style="top:"+sx+"px;height:30%"; + var str_style="top:"+sx+"px;height:auto"; waiting_box(); var popup={'id': content,'cssclass':'inner_box','style':str_style,'html':"",'drag':true};