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