diff -r d82c5499285c -r cf3f906ffe0d www-thermferm/css/style.css --- a/www-thermferm/css/style.css Wed Jul 16 13:42:14 2014 +0200 +++ b/www-thermferm/css/style.css Thu Jul 17 21:19:22 2014 +0200 @@ -93,15 +93,88 @@ float: left; } +#fermentor_panel { + width: 240px; + height: 270px; + float: left; + background-color: #f0f0f0; +} + +#fermentor_selector { + width: 160px; + height: 160px; + float: left; +} + +#fermentor_powerled { + width: 80px; + height: 160px; + float: left; +} + +#fermentor_display1 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_display2 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_display3 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_led1 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_led2 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_led3 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_toggle1 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_toggle2 { + width: 80px; + height: 40px; + float: left; +} + +#fermentor_toggle3 { + width: 80px; + height: 40px; + float: left; +} + #fermentor_control { width: 240px; - height: 300px; + height: 40px; float: right; } #fermentor_edit { width: 240px; - height: 50px; + height: 40px; float: right; }