Marius Cramer
2014-12-19 825dd6792d2d46b7d97e1f1626a9071382977cd2
interface/web/dashboard/dashlets/templates/quota.htm
@@ -1,8 +1,9 @@
<div style="float: left;">
   <h2>{tmpl_var name='quota_txt'}</h2>
   <div style="width:350px;">
   <table class="list">
      <thead>
   <div class="table-wrapper marginTop15">
<table class="table">
      <thead class="dark">
      <tr>
        <td>{tmpl_var name='domain_txt'}</td>
        <td>{tmpl_var name='used_txt'}</td>
@@ -25,5 +26,6 @@
   </tr>
   </tmpl_if>
   </table>
</div>
   </div>
</div>