From 825dd6792d2d46b7d97e1f1626a9071382977cd2 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Fri, 19 Dec 2014 15:15:19 -0500 Subject: [PATCH] - First run of template converting for new layout --- interface/web/dashboard/dashlets/templates/quota.htm | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/web/dashboard/dashlets/templates/quota.htm b/interface/web/dashboard/dashlets/templates/quota.htm index feb8e1f..68470dd 100644 --- a/interface/web/dashboard/dashlets/templates/quota.htm +++ b/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> \ No newline at end of file -- Gitblit v1.9.1