spacing around query_editor
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 8 Oct 2013 10:30:47 +0000 (12:30 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 8 Oct 2013 10:30:47 +0000 (12:30 +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 fe95764..3b89879 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,