From 96a0c4b16ba0d26328dff63fc9e74b9bc2843623 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 22 May 2013 16:23:49 +0200 Subject: [PATCH] First version of autocomplete for managing map editors --- umap/static/umap/umap.css | 7 +++++-- umap/templates/base.html | 5 +++++ umap/views.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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 %}