diff -r 4a9dbee41a6c -r 6e7e69f3493a www-thermferm/css/style.css --- a/www-thermferm/css/style.css Tue Jul 08 23:53:04 2014 +0200 +++ b/www-thermferm/css/style.css Thu Jul 10 11:46:27 2014 +0200 @@ -8,3 +8,35 @@ font-size: 12px; } +#top-bar button.script-status { + margin:10px; +} + +#beer-panel{ + width: 980px; + height: 525px; + margin-bottom: 10px; + float: left; +} + +#top-bar { + width: 968px; + margin: 5px; + float: left; +} + +div.beer-main, +div.main-container { + float: left; +} + +#logo-container { + float: left; + clear: none; + display: block; + margin-left: 4px; + margin-top: 4px; + width: 450px; + text-align: center; +} +