Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
9d07245f
Commit
9d07245f
authored
Oct 16, 2019
by
Piotr Gawron
Browse files
Merge branch '976-plugins-hide-clear-button' into 'master'
Resolve "plugins hide clear button" Closes
#976
See merge request
!962
parents
aab7a66f
98a83b55
Pipeline
#15136
failed with stage
in 10 minutes and 36 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9d07245f
...
...
@@ -3,6 +3,7 @@ minerva (14.0.3) stable; urgency=medium
crash
the
upload
(#
985
)
*
Bug
fix
:
verificatin
of
version
length
added
when
uploading
project
implemented
(#
978
)
*
Bug
fix
:
CLEAR
button
disappeard
when
plugin
tab
used
to
much
space
(#
976
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
16
Oct
2019
9
:
00
:
00
+
0200
...
...
frontend-js/src/main/css/global.css
View file @
9d07245f
...
...
@@ -57,7 +57,9 @@ h5 {
color
:
#ffffff
;
display
:
inline
;
width
:
auto
;
float
:
right
position
:
absolute
;
top
:
0
;
right
:
0
;
}
.minerva-header
a
:hover
{
...
...
frontend-js/src/main/js/gui/topMenu/TopMenu.js
View file @
9d07245f
...
...
@@ -89,10 +89,7 @@ TopMenu.prototype._createGui = function () {
style
:
"
display:none;
"
}));
var
showOverviewDiv
=
Functions
.
createElement
({
type
:
"
div
"
,
style
:
"
float: left;
"
});
var
showOverviewDiv
=
Functions
.
createElement
({
type
:
"
div
"
});
self
.
getElement
().
appendChild
(
showOverviewDiv
);
var
showOverviewButton
=
Functions
.
createElement
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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