From: Thierry Parmentelat Date: Tue, 8 Oct 2013 10:30:47 +0000 (+0200) Subject: spacing around query_editor X-Git-Tag: myslice-0.2-5~14^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=a550a0730c28c01cbc40b8adc07010b51be23e7d spacing around query_editor --- diff --git a/plugins/query_editor/static/css/query_editor.css b/plugins/query_editor/static/css/query_editor.css index a5161f97..4061d0f8 100644 --- a/plugins/query_editor/static/css/query_editor.css +++ b/plugins/query_editor/static/css/query_editor.css @@ -1,7 +1,10 @@ +div.query-editor-spacer { + padding: 15px 5px; +} + table.query-editor { width: 95%; -/* what is going on in there ? */ -/* border: 1px solid #ff0000; */ + padding-bottom: 10px; } /* Add a scrollbar to autocomplete fields */ diff --git a/plugins/query_editor/templates/query_editor.html b/plugins/query_editor/templates/query_editor.html index c7f3dd0c..972015ae 100644 --- a/plugins/query_editor/templates/query_editor.html +++ b/plugins/query_editor/templates/query_editor.html @@ -7,7 +7,7 @@ EOF; EOF; --> -
+
diff --git a/portal/sliceview.py b/portal/sliceview.py index fe95764c..3b898791 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -149,6 +149,7 @@ class SliceView (LoginRequiredAutoLogoutView): page = page, query = query_resource_all, title = "Select Columns", + domid = 'select-columns', ) resources_active_filters = ActiveFilters( page = page,