diff --git a/wise-webapp/src/main/resources/messages_en.properties b/wise-webapp/src/main/resources/messages_en.properties index f0a5dd70..a6457600 100644 --- a/wise-webapp/src/main/resources/messages_en.properties +++ b/wise-webapp/src/main/resources/messages_en.properties @@ -386,13 +386,13 @@ EARPHONE=Earphone PHONE-ALT=Phone TOWER=Tower STATS=Stats -COPYRIGTH-MARK=Copyright REGISTRATION-MARK=Registration Mark # Confirmed RESET_PASSWORD_INVALID_EMAIL=The email provided is not a valid user account. Please, try again with an valid email. - +TRY_WELCOME=This edition space showcases some of the mindmap editor capabilities !. +TRY_WELCOME_DESC=Sign Up to start creating, sharing and publishing unlimited number of mindmaps for free. diff --git a/wise-webapp/src/main/webapp/css/editor.less b/wise-webapp/src/main/webapp/css/editor.less index d6d84eaf..45b1194b 100644 --- a/wise-webapp/src/main/webapp/css/editor.less +++ b/wise-webapp/src/main/webapp/css/editor.less @@ -142,7 +142,7 @@ div#bottom-logo { position: fixed; left: 20px; bottom: 10px; - background: url(../images/logo-text-black.svg) no-repeat; + background: url(../../images/editor/logo-text-black.svg) no-repeat; width: 90px; height: 40px; } @@ -213,4 +213,24 @@ div#shotcuts > img{ #keyboardTable th { background-color: #000000; color: #ffffff; +} + +div#tryInfoPanel { + position: absolute; + margin: auto; + text-align: center; + top: 80px; + right: 20px; + width: 200px; + height: 300px; + padding: 20px; + font-size: 15px; + border-radius: 9px; + background-color: white; + border: solid 2px #ffa800; +} + +#tryInfoPanel > p { + justify-content: center; + padding-bottom: 20px; } \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/css/header.less b/wise-webapp/src/main/webapp/css/header.less index 8201612b..617425e4 100644 --- a/wise-webapp/src/main/webapp/css/header.less +++ b/wise-webapp/src/main/webapp/css/header.less @@ -39,6 +39,7 @@ div#toolbarRight { margin: 6px 10px; height: 100%; } + #account { float: right; display: inline; @@ -55,12 +56,11 @@ div#toolbarRight { #share { margin: 0 30px; + float: right; } .actionButton { - float: right; cursor: pointer; - margin: 0px 10px; font-family: Arial, Helvetica, sans-serif; user-select: none; vertical-align: middle; diff --git a/wise-webapp/src/main/webapp/css/toolbar.less b/wise-webapp/src/main/webapp/css/toolbar.less index 12e2d5ee..f268eb5f 100644 --- a/wise-webapp/src/main/webapp/css/toolbar.less +++ b/wise-webapp/src/main/webapp/css/toolbar.less @@ -127,8 +127,6 @@ div#exportAnchor { background-color: #000000; padding: 5px 5px; color: #f5f5f5; - /*font-weight: bold;*/ - /*width: 100px;*/ font-size: 11px; } @@ -162,11 +160,7 @@ div.toolbarPanelLinkSelectedLink { background-color: rgb(228, 226, 210); padding: 5px 5px; color: #f5f5f5; - /*font-weight: bold;*/ - /*width: 100px;*/ font-size: 11px; - -moz-border-radius: 60px; - -webkit-border-radius: 6px; border-radius: 6px; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); border: 3px double rgb(190, 190, 190); diff --git a/wise-webapp/src/main/webapp/css/viewonly.less b/wise-webapp/src/main/webapp/css/viewonly.less index 9edff575..498250e2 100644 --- a/wise-webapp/src/main/webapp/css/viewonly.less +++ b/wise-webapp/src/main/webapp/css/viewonly.less @@ -28,3 +28,8 @@ div#mapDetails .title { margin-right: 3px; } + +div#mindplot { + top: 0; +} + diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index d10d6c90..3bdd8851 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -61,8 +61,17 @@ +
+<%-- Try message dialog --%> +