From: vincent@cubedesigners.com Date: Mon, 8 Mar 2010 13:36:37 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0dc2f03bff10fd55dce3d20987052a16dd995616;p=cubeextranet.git --- diff --git a/js/extranet.js b/js/extranet.js index 3e81ba2da..7fb6e6349 100644 --- a/js/extranet.js +++ b/js/extranet.js @@ -176,7 +176,7 @@ function resize(){ mh=Math.max(mh,450); $("#main").css('height',mh); - $(".swfPanel").css('height',mh-10); + $(".swfPanel").css('height',mh-30); }