From 8ceb0824027750b720f7788e44ed0deb87be6f08 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 07:52:03 -0500
Subject: [PATCH] - Layout fixes - Included new icons and buttons - Layout scaling improved (up to 1260px width)

---
 interface/web/dashboard/dashlets/templates/mailquota.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashlets/templates/mailquota.htm b/interface/web/dashboard/dashlets/templates/mailquota.htm
index a4b87a3..3c3bd2c 100644
--- a/interface/web/dashboard/dashlets/templates/mailquota.htm
+++ b/interface/web/dashboard/dashlets/templates/mailquota.htm
@@ -1,7 +1,7 @@
 	<div class='table-wrapper'>
 	  <table class='table'>
 		<caption>{tmpl_var name='mailquota_txt'}</caption>
-		<thead class="dark">
+		<thead class="dark form-group-sm">
 		  <tr>
 			<th>{tmpl_var name='email_txt'}</th>
 			<th>{tmpl_var name='name_txt'}</th>

--
Gitblit v1.9.1