Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
d5197778
Commit
d5197778
authored
Oct 18, 2019
by
Piotr Gawron
Browse files
center of minerva logo improved
parent
2590ed02
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d5197778
...
...
@@ -24,6 +24,7 @@ minerva (14.0.3) stable; urgency=medium
* Bug fix: +/- buttons were misaligned in genemove browser (#942)
* Bug fix: color of links in the left panel was unintentionally changed
(#990)
* Bug fix: minerva logo in left panel is centered properly
-- Piotr Gawron <piotr.gawron@uni.lu> Wed, 16 Oct 2019 9:00:00 +0200
...
...
frontend-js/src/main/css/global.css
View file @
d5197778
...
...
@@ -299,16 +299,15 @@ h5 {
font-weight
:
900
;
}
.minerva-logo-footer
img
{
margin-right
:
6px
;
width
:
25px
;
}
.minerva-logo-footer
a
{
color
:
white
;
text-decoration
:
none
;
}
.minerva-logo-footer
span
{
margin-left
:
5px
;
}
.minerva-logo
{
height
:
auto
;
width
:
auto
;
...
...
@@ -324,8 +323,8 @@ h5 {
width
:
25px
;
height
:
25px
;
background-size
:
25px
25px
;
margin-bottom
:
-5px
;
display
:
inline-block
;
vertical-align
:
middle
;
}
.minerva-profile-img
{
...
...
frontend-js/src/main/js/gui/leftPanel/LeftPanel.js
View file @
d5197778
...
...
@@ -91,7 +91,7 @@ LeftPanel.prototype._createPanelGui = function () {
type
:
"
div
"
,
className
:
"
minerva-logo-footer
"
,
content
:
"
<a href='https://minerva.pages.uni.lu/doc/' target='_blank'>
"
+
"
<div class='minerva-pages-logo'></div>
Powered by MINERVA Platform (v
"
+
self
.
getConfiguration
().
getVersion
()
+
"
)</a>
"
,
"
<div class='minerva-pages-logo'></div>
<span>
Powered by MINERVA Platform (v
"
+
self
.
getConfiguration
().
getVersion
()
+
"
)</
span></
a>
"
,
xss
:
false
}));
};
...
...
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