diff -r 345307762220 -r f05601490415 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Thu Jul 24 23:14:20 2014 +0200 +++ b/www-thermferm/css/style.css Fri Jul 25 23:27:08 2014 +0200 @@ -29,10 +29,6 @@ } -#header button.script-status { - margin:10px; -} - #jqxWidget { width: 980px; height: 510px; @@ -40,9 +36,54 @@ } #header { - width: 980px; - height: 80px; + width: 978px; + height: 78px; + float: left; + border: 1px solid #4297d7; + border-radius: 5px 5px 5px 5px; + background: #5c9ccc url(../jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; + color: #ffffff; + font-weight: bold; +} + +#content { + width: 978px; + height: 428px; + float: left; + border: 1px solid; + border-color: #aaa; + border-radius: 5px 5px 5px 5px; +} + +#errors { + height: 60px; + width: 978px; float: left; + color: #ff0000; +} + +#etable { + height: 360px; + width: 978px; + float: left; +} + +table.setup { + margin-left: auto; + margin-right: auto; + border-collapse: collapse; +} + +tr.setup:nth-child(odd) { + background: #FFFFFF; +} + +tr.setup:nth-child(even) { + background: #CCFFFF; +} + +td.setup { + padding: 1px 3px 1px 3px; } #jqxTabs { @@ -51,7 +92,6 @@ float: left; } - #fermentor { height: 382px; width: 968px;