-
-
+
+
+
-
@@ -432,8 +432,8 @@
Index: lams_tool_mindmap/web/includes/css/mindmap.scss
===================================================================
diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -rc834a3c9964666b01df4eef7b31b6d12564c80dd
--- lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd)
+++ lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision c834a3c9964666b01df4eef7b31b6d12564c80dd)
@@ -12,18 +12,9 @@
border: $border-thin-solid;
}
-#fullPageContentDiv:-webkit-full-screen #mindmap-container {
- height: calc(100vh - 150px);
+.full-screen-content-div:fullscreen #mindmap-container {
+ height: calc(100vh - 150px);
}
-#fullPageContentDiv:-moz-full-screen #mindmap-container {
- height: calc(100vh - 150px);
-}
-#fullPageContentDiv:-ms-fullscreen #mindmap-container {
- height: calc(100vh - 150px);
-}
-#fullPageContentDiv:fullscreen #mindmap-container {
- height: calc(100vh - 150px);
-}
// Override the default mapjs styles
.mapjs-node .mapjs-label {
Index: lams_tool_whiteboard/web/pages/authoring/authoring.jsp
===================================================================
diff -u -r492756e493a6ee187673cd84e1fc901a6c129711 -rc834a3c9964666b01df4eef7b31b6d12564c80dd
--- lams_tool_whiteboard/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 492756e493a6ee187673cd84e1fc901a6c129711)
+++ lams_tool_whiteboard/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision c834a3c9964666b01df4eef7b31b6d12564c80dd)
@@ -19,24 +19,26 @@
border: 1px solid #c1c1c1;
}
- .launch-fullscreen {
+ .full-screen-launch-button {
margin-bottom: 5px;
}
- .exit-fullscreen {
+ .full-screen-exit-button {
display: none;
margin-bottom: 5px;
}
- #fullPageContentDiv:fullscreen {
+ .full-screen-content-div:fullscreen {
padding: 20px 0 70px 0;
}
- #fullPageContentDiv:fullscreen #flexDiv {
+ .full-screen-content-div:fullscreen .full-screen-flex-div {
margin: 0 2%;
}
- #fullPageContentDiv:fullscreen #flexDiv, #fullPageContentDiv:fullscreen #mainDiv, #fullPageContentDiv:fullscreen #whiteboard-frame {
+ .full-screen-content-div:fullscreen .full-screen-flex-div,
+ .full-screen-content-div:fullscreen .full-screen-main-div,
+ .full-screen-content-div:fullscreen #whiteboard-frame {
height: 100%;
width: 100%;
}
Index: lams_tool_whiteboard/web/pages/authoring/basic.jsp
===================================================================
diff -u -r492756e493a6ee187673cd84e1fc901a6c129711 -rc834a3c9964666b01df4eef7b31b6d12564c80dd
--- lams_tool_whiteboard/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 492756e493a6ee187673cd84e1fc901a6c129711)
+++ lams_tool_whiteboard/web/pages/authoring/basic.jsp (.../basic.jsp) (revision c834a3c9964666b01df4eef7b31b6d12564c80dd)
@@ -16,17 +16,17 @@
-
-
+
+
-
-
+
Index: lams_tool_whiteboard/web/pages/learning/learning.jsp
===================================================================
diff -u -r492756e493a6ee187673cd84e1fc901a6c129711 -rc834a3c9964666b01df4eef7b31b6d12564c80dd
--- lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision 492756e493a6ee187673cd84e1fc901a6c129711)
+++ lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision c834a3c9964666b01df4eef7b31b6d12564c80dd)
@@ -37,24 +37,27 @@
border: 1px solid #c1c1c1;
}
- .launch-fullscreen {
+ .full-screen-launch-button {
margin-bottom: 5px;
}
- .exit-fullscreen {
+ .full-screen-exit-button {
display: none;
margin-bottom: 5px;
}
+
- #fullPageContentDiv:fullscreen {
+ .full-screen-content-div:fullscreen {
padding: 20px 0 70px 0;
}
- #fullPageContentDiv:fullscreen #flexDiv {
+ .full-screen-content-div:fullscreen .full-screen-flex-div {
margin: 0 2%;
}
- #fullPageContentDiv:fullscreen #flexDiv, #fullPageContentDiv:fullscreen #mainDiv, #fullPageContentDiv:fullscreen #whiteboard-frame {
+ .full-screen-content-div:fullscreen .full-screen-flex-div,
+ .full-screen-content-div:fullscreen .full-screen-main-div,
+ .full-screen-content-div:fullscreen #whiteboard-frame {
height: 100%;
width: 100%;
}
@@ -239,17 +242,17 @@
-