diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index c4e214b2..ff2d98e4 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -201,6 +201,9 @@ body.content #storage-ui-container { right: 0; left: 0; bottom: inherit; - height: 30%; -*/ background-color: #fff; + height: 30%;*/ + background-color: #fff; +} +#id_editors + br + span.helptext { + display: none; } \ No newline at end of file diff --git a/umap/templates/base.html b/umap/templates/base.html index 91528aa4..34642185 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -11,12 +11,14 @@ + {% endcompress css %} {% compress js %} + {% endcompress js %}