take styling in css - could not fix layout for now (head not aligned with columns)
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 05:25:20 +0000 (07:25 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 5 Oct 2013 05:25:20 +0000 (07:25 +0200)
plugins/query_editor/static/css/query_editor.css
plugins/query_editor/templates/query_editor.html

index 5ef2875..454975b 100644 (file)
@@ -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;
index 930053c..d86eec6 100644 (file)
@@ -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>