mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 13:47:57 +01:00
Merge branch 'develop' of bitbucket.org:wisemapping/wisemapping-open-source into develop
This commit is contained in:
commit
77a1560625
@ -49,7 +49,7 @@ MINDMAP_IS_LOCKED = Min map is locked for edition.
|
||||
RESET_PASSWORD_INVALID_EMAIL = The email provided is not a valid user account. Please, try again with a valid email.
|
||||
TRY_WELCOME = This edition space showcases some of the mindmap editor capabilities \!.
|
||||
UNEXPECTED_ERROR_DETAILS = Unexpected error processing request.
|
||||
NO_ENOUGH_PERMISSIONS=This mind map can opened.
|
||||
NO_ENOUGH_PERMISSIONS=This mind map cannot be opened.
|
||||
NO_ENOUGH_PERMISSIONS_DETAILS=You do not have enough right access to see this map. This map has been changed to private or deleted.
|
||||
CAPTCHA_TIMEOUT_OUT_DUPLICATE=Please, refresh the page and try again.
|
||||
CAPTCHA_INVALID_INPUT_RESPONSE="Invalid input response, refresh the page and try again.
|
||||
|
@ -20,11 +20,9 @@ h2 {
|
||||
p {
|
||||
font-size: 25px;
|
||||
}
|
||||
div#icon {
|
||||
padding-top: 100px;
|
||||
background-image: url(../../images/logo-icon.svg);
|
||||
|
||||
#icon {
|
||||
height: 150px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
div#bottom-logo {
|
||||
@ -37,6 +35,9 @@ div#bottom-logo {
|
||||
}
|
||||
|
||||
.column {
|
||||
flex: 50%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
<body>
|
||||
<div id="errorContainer">
|
||||
<div class='col'>
|
||||
<h1>Opps !</h1>
|
||||
<h1>Oops !</h1>
|
||||
<h2>
|
||||
<spring:message code="${requestScope.title}"/>
|
||||
</h2>
|
||||
@ -41,7 +41,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class='column'>
|
||||
<a href="https://www.wisemapping.com"><div id="icon"></div></a>
|
||||
<a href="https://www.wisemapping.com">
|
||||
<img src="/images/logo-icon.svg" alt="Wisemapping icon" id="icon" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom-logo"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user