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/limits.htm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashlets/templates/limits.htm b/interface/web/dashboard/dashlets/templates/limits.htm
index 11fe0bb..396ba42 100644
--- a/interface/web/dashboard/dashlets/templates/limits.htm
+++ b/interface/web/dashboard/dashlets/templates/limits.htm
@@ -1,6 +1,7 @@
 	<h2>{tmpl_var name='limits_txt'}</h2>
 	<div style="width:350px;">
-	<table class="list">
+	<div class="table-wrapper marginTop15">
+<table class="table">
 	<tmpl_loop name='rows'>
 		<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
 		  <td>{tmpl_var name='field_txt'}</td>
@@ -8,4 +9,5 @@
 		</tr>
 	</tmpl_loop>
 	</table>
+</div>
 	</div>
\ No newline at end of file

--
Gitblit v1.9.1