Index: lams_tool_mindmap/web/common/mapjs.jsp =================================================================== diff -u -rfbba41ca7139d9e3cfb25defb4daa15dabe93f2e -rc4111cb04c54f01b5ba38e9f193e00039cfd7e18 --- lams_tool_mindmap/web/common/mapjs.jsp (.../mapjs.jsp) (revision fbba41ca7139d9e3cfb25defb4daa15dabe93f2e) +++ lams_tool_mindmap/web/common/mapjs.jsp (.../mapjs.jsp) (revision c4111cb04c54f01b5ba38e9f193e00039cfd7e18) @@ -1,3 +1,13 @@ +<%-- LAMS code which wraps up the mapjs code into something usable on a page. All pages that want the mindmap should include this file. --%> +<%-- They also need to include the following files: --%> +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> + - +
- - -
-
- : - - - -
-
- - - - - - <%-- Not yet implemented in back end --%> -<%-- --%> -<%-- --%> -<%-- --%> - + + + + +
+
+ : + + + +
+ +
+ + + + + + <%-- Not yet implemented in back end --%> + <%-- --%> + <%-- --%> + <%-- --%> + +
Index: lams_tool_mindmap/web/includes/css/mindmap.scss =================================================================== diff -u -rfbba41ca7139d9e3cfb25defb4daa15dabe93f2e -rc4111cb04c54f01b5ba38e9f193e00039cfd7e18 --- lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision fbba41ca7139d9e3cfb25defb4daa15dabe93f2e) +++ lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision c4111cb04c54f01b5ba38e9f193e00039cfd7e18) @@ -1,13 +1,13 @@ @import "_lams_variables.scss"; #mindmap-controls { - height: 50px; + height: auto; padding: 5px; } #mindmap-container { background-color: $body-bg; - height: calc(100vh - 300px); + height: calc(100vh - 400px); width: 100%; border: $border-thin-solid; }