From 0dc2f03bff10fd55dce3d20987052a16dd995616 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 8 Mar 2010 13:36:37 +0000 Subject: [PATCH] --- js/extranet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5