diff -r 065a242ed7ec -r 7119ea8a5225 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Fri Jul 18 22:24:03 2014 +0200 +++ b/www-thermferm/css/style.css Sun Jul 20 23:09:50 2014 +0200 @@ -33,37 +33,24 @@ margin:10px; } -#container { +#jqxWidget { width: 980px; height: 510px; - background: #ddd; - margin-bottom: 10px; +// background: #ddd; float: left; } #header { - width: 968px; - height: 90px; - background: #222; - margin: 5px; + width: 980px; + height: 60px; +// background: #222; +// margin: 5px; float: left; } -#logo { - float: left; - clear: none; - display: block; - margin-left: 4px; - margin-top: 4px; - width: 450px; - text-align: center; -} - -#content { - width: 968px; - height: 400px; - background: #fff; - margin: 5px; +#jqxTabs { + width: 980px; + height: 460px; float: left; } @@ -72,8 +59,8 @@ border: 5px solid; border-color: #FFCC01; border-radius: 15px 15px 15px 15px; - height: 380px; - width: 464px; + height: 393px; + width: 958px; background: #fff; margin: 5px; float: left; @@ -95,7 +82,7 @@ #fermentor_panel { width: 240px; - height: 270px; + height: 350px; float: left; background-color: #f0f0f0; }