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/limits.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/dashboard/dashlets/templates/limits.htm b/interface/web/dashboard/dashlets/templates/limits.htm
index 35445ab..145d54a 100644
--- a/interface/web/dashboard/dashlets/templates/limits.htm
+++ b/interface/web/dashboard/dashlets/templates/limits.htm
@@ -1,7 +1,7 @@
<div class='table-wrapper'>
<table class='table'>
<caption>{tmpl_var name='limits_txt'}</caption>
- <thead class="dark">
+ <thead class="dark form-group-sm">
<tr>
<th> </th>
<th colspan='2'> </th>
--
Gitblit v1.9.1