From 4c36b435e858306bbe3e4169882c6472873103f6 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sat, 5 Oct 2013 07:25:20 +0200
Subject: [PATCH] take styling in css - could not fix layout for now (head not
 aligned with columns)

---
 plugins/query_editor/static/css/query_editor.css | 6 ++++++
 plugins/query_editor/templates/query_editor.html | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/plugins/query_editor/static/css/query_editor.css b/plugins/query_editor/static/css/query_editor.css
index 5ef28758..454975b3 100644
--- a/plugins/query_editor/static/css/query_editor.css
+++ b/plugins/query_editor/static/css/query_editor.css
@@ -1,3 +1,9 @@
+table.query-editor {
+    width: 95%;
+/* what is going on in there ? */
+/*    border: 1px solid #ff0000; */
+}
+
 /* Add a scrollbar to autocomplete fields */
 .ui-autocomplete {
         max-height: 100px;
diff --git a/plugins/query_editor/templates/query_editor.html b/plugins/query_editor/templates/query_editor.html
index 930053c6..d86eec68 100644
--- a/plugins/query_editor/templates/query_editor.html
+++ b/plugins/query_editor/templates/query_editor.html
@@ -8,7 +8,7 @@ EOF;
 EOF; -->
 
 <div>
-  <table id='{{domid}}__table' class='display' width='95%'>
+  <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
         <th class='center'>Info</th>
-- 
2.47.0