Index: lams_tool_whiteboard/web/pages/learning/learning.jsp
===================================================================
diff -u -r645056c136b15a368e557dd13ea7154b0eea48a2 -r492756e493a6ee187673cd84e1fc901a6c129711
--- lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision 645056c136b15a368e557dd13ea7154b0eea48a2)
+++ lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision 492756e493a6ee187673cd84e1fc901a6c129711)
@@ -36,17 +36,42 @@
margin-bottom: 20px;
border: 1px solid #c1c1c1;
}
+
+ .launch-fullscreen {
+ margin-bottom: 5px;
+ }
+
+ .exit-fullscreen {
+ display: none;
+ margin-bottom: 5px;
+ }
+
+ #fullPageContentDiv:fullscreen {
+ padding: 20px 0 70px 0;
+ }
+
+ #fullPageContentDiv:fullscreen #flexDiv {
+ margin: 0 2%;
+ }
+
+ #fullPageContentDiv:fullscreen #flexDiv, #fullPageContentDiv:fullscreen #mainDiv, #fullPageContentDiv:fullscreen #whiteboard-frame {
+ height: 100%;
+ width: 100%;
+ }
+