From 1886befcbbd0a1a5ed9b808a8c458447c9eca412 Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Thu, 22 Sep 2016 13:19:51 -0400 Subject: [PATCH] Style adjustments to configure --- configure.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/configure.php b/configure.php index ef6d0c8..3599af7 100755 --- a/configure.php +++ b/configure.php @@ -33,7 +33,12 @@ top: 0px; left: 15%; width: 85%; - height: 100%; + height: 100%; + } + + .short + { + width: 3em; } @@ -64,7 +69,7 @@ while($host = $result->fetchArray(SQLITE3_ASSOC)) foreach ($hosts as $host) { echo " $host"; - echo ""; + echo ""; $result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'"); $attributes = Array(); while($attribute = $result->fetchArray(SQLITE3_ASSOC)) @@ -77,9 +82,9 @@ foreach ($hosts as $host) echo " $attribute"; echo " "; echo " "; - echo " ". - ""; - echo " "; + echo " - ". + ""; + echo " "; echo " "; } } -- 1.8.3.1