From 6d7358abb34a229bc138ec9381dceb1eedd6d498 Mon Sep 17 00:00:00 2001 From: tyron Date: Mon, 16 May 2011 15:41:59 +0200 Subject: [PATCH] CSS changes for the single status variables table --- themes/pmahomme/css/theme_right.css.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index fc1b36c371..33822e2ec8 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1174,18 +1174,19 @@ div#serverstatus table#serverstatusconnections { float: ; } -#serverstatussection, .clearfloat { clear: both; } -div#serverstatussection table { +table#serverstatusvariables { width: 100%; margin-bottom: 1em; + margin-top:1em; } -div#serverstatussection table .name { +table#serverstatusvariables .name { width: 18em; + white-space:nowrap; } -div#serverstatussection table .value { +table#serverstatusvariables .value { width: 6em; }