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

clear button doesn't disappear unless space is very limited

parent aab7a66f
No related branches found
No related tags found
1 merge request!962Resolve "plugins hide clear button"
Pipeline #15124 passed
......@@ -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
......
......@@ -57,7 +57,9 @@ h5 {
color: #ffffff;
display: inline;
width: auto;
float: right
position: absolute;
top: 0;
right: 0;
}
.minerva-header a:hover {
......
......@@ -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({
......
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