Skip to content
Snippets Groups Projects
Commit d505e859 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

there is link to minerva platform from map

parent 64195478
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!439Resolve "Minerva logo in the left panel"
Pipeline #6674 passed
......@@ -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;
......
......@@ -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

52.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment