Merge branch 'master' of ssh://git.onelab.eu/git/myslice
authorLoic Baron <loic.baron@lip6.fr>
Fri, 11 Oct 2013 15:28:57 +0000 (17:28 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 11 Oct 2013 15:28:57 +0000 (17:28 +0200)
plugins/query_editor/static/css/query_editor.css
plugins/query_editor/templates/query_editor.html
portal/sliceview.py

index a5161f9..4061d0f 100644 (file)
@@ -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 */
index c7f3dd0..972015a 100644 (file)
@@ -7,7 +7,7 @@ EOF;
 
 EOF; -->
 
-<div>
+<div class='query-editor-spacer'>
   <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
index 7c77f1f..a4efdbd 100644 (file)
@@ -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,