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"; Index: lams_tool_vote/web/authoring/editNominationBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/editNominationBox.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_vote/web/authoring/editNominationBox.jsp 15 Dec 2011 21:37:54 -0000 1.11 +++ lams_tool_vote/web/authoring/editNominationBox.jsp 19 Dec 2011 07:35:53 -0000 1.12 @@ -53,7 +53,6 @@ Index: lams_tool_vote/web/authoring/newNominationBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/newNominationBox.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_vote/web/authoring/newNominationBox.jsp 15 Dec 2011 21:37:54 -0000 1.14 +++ lams_tool_vote/web/authoring/newNominationBox.jsp 19 Dec 2011 07:35:53 -0000 1.15 @@ -48,7 +48,6 @@