Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.47 -r1.48 --- lams_tool_vote/web/authoring/BasicContent.jsp 20 Oct 2011 16:37:58 -0000 1.47 +++ lams_tool_vote/web/authoring/BasicContent.jsp 19 Dec 2011 07:39:52 -0000 1.48 @@ -37,7 +37,7 @@ function showMessage(url) { var area=document.getElementById("messageArea"); if(area != null){ - area.style.width="640px"; + area.style.width="750px"; area.style.height="100%"; area.src=url; area.style.display="block";