diff -r 0ef62ec2d5b0 -r 6470e5c6a001 www/css/style.css --- a/www/css/style.css Sat Jan 12 20:18:54 2019 +0100 +++ b/www/css/style.css Sat Jan 19 12:05:37 2019 +0100 @@ -53,7 +53,7 @@ #fermenter_table { width: 960px; - height: 200px; + height: 210px; background: #252526; margin: 5px; border: 2px solid; @@ -96,6 +96,7 @@ float: left; background-color: #252526; margin: 5px; + margin-top: 3px; border: 2px solid; border-color: #59b4d4; border-radius: 5px 5px 5px 5px; @@ -125,7 +126,7 @@ */ #fermenter_panel_top { width: 290px; - height: 200px; + height: 100px; float: right; margin: 5px; background-color: #252526; @@ -142,25 +143,25 @@ height: 30px; float: left; text-align: center; - margin-top: 10px; + margin-top: 15px; margin-left: 20px; } #fermenter_panel_display { width: 290px; - height: 70px; + height: 98px; float: right; margin: 5px; + margin-top: 3px; background-color: #252526; border: 2px solid; border-color: #59b4d4; border-radius: 5px 5px 5px 5px; - margin-bottom: 3px; } #fermenter_display { width: 145px; - height: 70px; + height: 98px; float: left; text-align: center; } @@ -168,14 +169,14 @@ #fermenter_panel_control { width: 290px; - height: 140px; + height: 150px; float: right; margin: 5px; + margin-top: 3px; background-color: #252526; border: 2px solid; border-color: #59b4d4; border-radius: 5px 5px 5px 5px; - margin-bottom: 3px; } #fermenter_led1, @@ -185,7 +186,7 @@ height: 30px; float: left; text-align: center; - margin-top: 8px; + margin-top: 13px; } #fermenter_toggle1 { @@ -204,9 +205,10 @@ #fermenter_panel_buttons { width: 290px; - height: 155px; + height: 227px; float: right; margin: 5px; + margin-top: 3px; background-color: #252526; border: 2px solid; border-color: #59b4d4;