From 3647964bad957afe43ff10d95ae61188d81db19d Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 06:43:37 -0500
Subject: [PATCH] Layout fixes (legend)

---
 interface/web/monitor/templates/show_log.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/monitor/templates/show_log.htm b/interface/web/monitor/templates/show_log.htm
index df3bb8e..a9aebdb 100644
--- a/interface/web/monitor/templates/show_log.htm
+++ b/interface/web/monitor/templates/show_log.htm
@@ -16,7 +16,7 @@
     </div>
   
     <div class="pnl_formarea">
-        <p><tmpl_var name="monTransDate"><tmpl_var name="time"></p>
+        <p class="fieldset-legend"><tmpl_var name="monTransDate"><tmpl_var name="time"></p>
             <div class="codeview"><tmpl_var name="log_data"></div>
         
     </div>
\ No newline at end of file

--
Gitblit v1.9.1