Index: lams_learning/web/mainflash.jsp
===================================================================
diff -u -rec61f5d738bce3513b4e5204e011a68476a9c165 -r61df3f3f473a3619f93c63ceb879ae36438020e8
--- lams_learning/web/mainflash.jsp (.../mainflash.jsp) (revision ec61f5d738bce3513b4e5204e011a68476a9c165)
+++ lams_learning/web/mainflash.jsp (.../mainflash.jsp) (revision 61df3f3f473a3619f93c63ceb879ae36438020e8)
@@ -92,7 +92,8 @@
function resizeIframe() {
var width = $(window).width() - 160;
- $('#contentFrame').css({'width': width + "px"});
+ var height = $(window).height();
+ $('#contentFrame').css({'width': width + "px", 'height': height + "px"});
resizeChat();
@@ -155,7 +156,7 @@
<%@ include file="/includes/presenceChat.jsp" %>
- " scrolling="auto" style="border: medium none ; position: absolute; height: 100%; left: 160px;">
+ " scrolling="auto" style="border: none ; margin-left: 160px;">