فهرست منبع

HUE-6926 [indexes] Make indexes table more compact and center vertically select all checkbox

Enrico Berti 8 سال پیش
والد
کامیت
77cfeaa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      desktop/libs/indexer/src/indexer/templates/indexes.mako

+ 2 - 2
desktop/libs/indexer/src/indexer/templates/indexes.mako

@@ -260,10 +260,10 @@ ${ assist.assistPanel() }
 
 
 <script type="text/html" id="list-indexes">
-  <table class="table datatables">
+  <table class="table table-condensed datatables">
     <thead>
       <tr>
-        <th width="1%"><div data-bind="click: selectAll, css: {hueCheckbox: true, 'fa': true, 'fa-check': allSelected}" class="select-all"></div></th>
+        <th class="vertical-align-middle" width="1%"><div data-bind="click: selectAll, css: {hueCheckbox: true, 'fa': true, 'fa-check': allSelected}" class="select-all"></div></th>
         <th>${ _('Name') }</th>
         <th>${ _('Type') }</th>
         <th>${ _('Collections') }</th>