Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
d505e859
Commit
d505e859
authored
Oct 03, 2018
by
Piotr Gawron
Browse files
there is link to minerva platform from map
parent
64195478
Pipeline
#6674
passed with stage
in 8 minutes and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/css/global.css
View file @
d505e859
...
...
@@ -239,7 +239,6 @@
height
:
80px
;
left
:
0
;
width
:
100%
;
z-index
:
-1
;
}
.minerva-footer-text
{
...
...
@@ -248,6 +247,30 @@
color
:
#999999
}
.minerva-logo-footer
{
background-color
:
#333333
;
color
:
white
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
5px
;
text-align
:
center
;
text-shadow
:
1px
1px
0
#444
;
font-size
:
13px
;
font-weight
:
900
;
}
.minerva-logo-footer
img
{
margin-right
:
6px
;
width
:
25px
;
}
.minerva-logo-footer
a
{
color
:
white
;
text-decoration
:
none
;
}
.minerva-logo
{
height
:
auto
;
width
:
auto
;
...
...
frontend-js/src/main/js/gui/leftPanel/LeftPanel.js
View file @
d505e859
...
...
@@ -84,6 +84,15 @@ LeftPanel.prototype._createPanelGui = function () {
for
(
var
i
=
0
;
i
<
panels
.
length
;
i
++
)
{
self
.
getGuiUtils
().
addTab
(
self
,
panels
[
i
]);
}
self
.
getElement
().
appendChild
(
Functions
.
createElement
({
type
:
"
div
"
,
className
:
"
minerva-logo-footer
"
,
content
:
"
<a href='https://minerva.pages.uni.lu/doc/' target='_blank'>
"
+
"
<img src='resources/images/minerva-logo.png'/> Powered by MINERVA Platform
"
+
"
</a>
"
,
xss
:
false
}));
};
/**
...
...
web/src/main/webapp/resources/images/minerva-logo.png
0 → 100644
View file @
d505e859
52.5 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment