From f09c4ede2734b951b87e9a1b7c6cab667ab420e4 Mon Sep 17 00:00:00 2001 From: Jason Hibbs Date: Thu, 2 Aug 2012 18:29:41 -0700 Subject: [PATCH] Better visibility for the server status indicators --- webclient/rc.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/webclient/rc.html b/webclient/rc.html index 4c05558..9097323 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -12,8 +12,22 @@ img { width: 1px; height: 1px; } iframe { display: none } #status span { margin-right: 2em } - #status span.sad { background-color: #fee } - #status span.happy { background-color: #efe } + #status span.sad { + background-color: #f00; + color: #fff; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } + #status span.happy { + background-color: #0f0; + color: #000; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } /*]]>*/-->