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/quota.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dashboard/dashlets/templates/quota.htm b/interface/web/dashboard/dashlets/templates/quota.htm index 823de6f..09895a6 100644 --- a/interface/web/dashboard/dashlets/templates/quota.htm +++ b/interface/web/dashboard/dashlets/templates/quota.htm @@ -1,7 +1,7 @@ <div class='table-wrapper'> <table class='table'> <caption>{tmpl_var name='quota_txt'}</caption> - <thead class="dark"> + <thead class="dark form-group-sm"> <tr> <th>{tmpl_var name='domain_txt'}</th> <th>{tmpl_var name='used_txt'}</th> -- Gitblit v1.9.1