spacing around query_editor
[unfold.git] / plugins / query_editor / templates / query_editor.html
index d86eec6..972015a 100644 (file)
@@ -7,7 +7,7 @@ EOF;
 
 EOF; -->
 
-<div>
+<div class='query-editor-spacer'>
   <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
@@ -25,7 +25,7 @@ EOF; -->
     {% for field in fields %}
 
       <tr>
-        <td class='center'><span class='ui-icon ui-icon-triangle-1-e' style='cursor:pointer'></span></td>
+        <td class='center'><span class='glyphicon glyphicon-chevron-right' style='cursor:pointer'></span></td>
         <td class='center'>{{ field.name }}</td>
         <td class='center'>{{ field.resource_type }}</td>
         <td class='center'>{{ field.type }}</td>