# HG changeset patch # User Michiel Broek # Date 1557414654 -7200 # Node ID 55b849fc2d2089239674d524d61ce15cb14600cf # Parent ff30227c09034f9fda76a3c6f0817d6b0c48365a Removed Graph button from the status screen. diff -r ff30227c0903 -r 55b849fc2d20 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Thu May 09 17:01:56 2019 +0200 +++ b/www-thermferm/css/style.css Thu May 09 17:10:54 2019 +0200 @@ -193,8 +193,6 @@ * |+----------++----------++----------+| * || switch1 || switch2 || switch3 || * |+----------++----------++----------+| - * +------------------------------------+ - * +----------pannel_buttons------------+ * | | * +------------------------------------+ */ @@ -295,7 +293,7 @@ #fermentor_panel_control { width: 236px; - height: 100px; + height: 136px; float: right; background-color: #eee; border: 2px solid; @@ -370,16 +368,6 @@ margin-top: 10px; } -#fermentor_panel_buttons { - width: 236px; - height: 30px; - float: right; - background-color: #eee; - border: 2px solid; - border-color: #888; - border-radius: 5px 5px 5px 5px; -} - #menu { width: 600px; height: 300px; diff -r ff30227c0903 -r 55b849fc2d20 www-thermferm/liveview.php --- a/www-thermferm/liveview.php Thu May 09 17:01:56 2019 +0200 +++ b/www-thermferm/liveview.php Thu May 09 17:10:54 2019 +0200 @@ -381,17 +381,6 @@ $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; }