From 7f611570d53dd483d7d8083ecae477bc87f12094 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 26 Nov 2016 00:41:42 +0100 Subject: make server health nicer diff --git a/www/index.html b/www/index.html index b1cb40e..8bd60f8 100644 --- a/www/index.html +++ b/www/index.html @@ -38,7 +38,7 @@

Mood:

-
+
@@ -51,9 +51,7 @@
- - - +
ServerHealthChannelServer-Health
@@ -87,9 +85,11 @@ - - +
- - + -
+ - +
diff --git a/www/styles/main.css b/www/styles/main.css index 980ad00..806df2a 100644 --- a/www/styles/main.css +++ b/www/styles/main.css @@ -72,6 +72,19 @@ width: 100%; } +#rhctlservertable td { + vertical-align: bottom +} + +#rhctlservertable .server-name { + font-weight: bold; + font-size: 1.4em; +} + +#rhctlservertable .server-channel { + font-size: 1.1em; +} + #rhctlaudiotable h4 { margin-top: 2em; text-align: center; -- cgit v0.10.2