diff -r 77e00fcca24e -r 0ef62ec2d5b0 www/css/style.css --- a/www/css/style.css Sat Jan 12 19:57:29 2019 +0100 +++ b/www/css/style.css Sat Jan 12 20:18:54 2019 +0100 @@ -103,12 +103,8 @@ /* * +----------panel_top------------+ - * |+-------------++--------------+| - * || || powerled || - * || selector |+--------------+| - * || |+--------------+| - * || || mode control || - * |+-------------++--------------+| + * | door light alarm power LEDs | + * | | * +-------------------------------+ * +---------panel_display---------+ * |+-------------++--------------+| @@ -138,29 +134,16 @@ border-radius: 5px 5px 5px 5px; } -#fermenter_selector { - width: 100px; - height: 198px; - margin-top: 3px; +#fermenter_doorled, +#fermenter_lightled, +#fermenter_alarmled, +#fermenter_powerled { + width: 50px; + height: 30px; float: left; -} - -#fermenter_alarmled { -width: 50px; -height: 30px; -float: left; -text-align: center; -margin-top: 10px; -margin-left: 20px; -} - -#fermenter_powerled { -width: 50px; -height: 30px; -float: left; -text-align: center; -margin-top: 10px; -margin-left: 42px; + text-align: center; + margin-top: 10px; + margin-left: 20px; }