Skip to content
Snippets Groups Projects
Commit 9d07245f authored by Piotr Gawron's avatar 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
No related branches found
No related tags found
1 merge request!962Resolve "plugins hide clear button"
Pipeline #15136 failed
...@@ -3,6 +3,7 @@ minerva (14.0.3) stable; urgency=medium ...@@ -3,6 +3,7 @@ minerva (14.0.3) stable; urgency=medium
crash the upload (#985) crash the upload (#985)
* Bug fix: verificatin of version length added when uploading project * Bug fix: verificatin of version length added when uploading project
implemented (#978) 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 -- Piotr Gawron <piotr.gawron@uni.lu> Wed, 16 Oct 2019 9:00:00 +0200
......
...@@ -57,7 +57,9 @@ h5 { ...@@ -57,7 +57,9 @@ h5 {
color: #ffffff; color: #ffffff;
display: inline; display: inline;
width: auto; width: auto;
float: right position: absolute;
top: 0;
right: 0;
} }
.minerva-header a:hover { .minerva-header a:hover {
......
...@@ -89,10 +89,7 @@ TopMenu.prototype._createGui = function () { ...@@ -89,10 +89,7 @@ TopMenu.prototype._createGui = function () {
style: "display:none;" style: "display:none;"
})); }));
var showOverviewDiv = Functions.createElement({ var showOverviewDiv = Functions.createElement({type: "div"});
type: "div",
style: "float: left;"
});
self.getElement().appendChild(showOverviewDiv); self.getElement().appendChild(showOverviewDiv);
var showOverviewButton = Functions.createElement({ 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