Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
98a83b55
Commit
98a83b55
authored
Oct 16, 2019
by
Piotr Gawron
Browse files
clear button doesn't disappear unless space is very limited
parent
aab7a66f
Pipeline
#15124
passed with stage
in 26 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
98a83b55
...
...
@@ -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 @
98a83b55
...
...
@@ -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 @
98a83b55
...
...
@@ -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