From 3d12e4f5502e56941e92f86d01365d35bf0e89dd Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 12 Apr 2015 20:02:57 +0100 Subject: [PATCH] Fixed label width on devices screen --- html/css/styles.css | 2 +- html/pages/devices.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index 8bfce8f92..61a546dfb 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1606,7 +1606,7 @@ tr.search:nth-child(odd) { height: 600px; } -.75pc-width { +.threeqtr-width { display:block; width: 75%; } diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index d65306ff0..04dd7e1a3 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({ columnSelection: false, formatters: { "status": function(column,row) { - return "

" + row.msg + "

"; + return "

" + row.msg + "

"; } }, templates: {