www-thermferm/css/style.css

changeset 118
7c8f35a43cec
parent 117
7119ea8a5225
child 121
03306c3bfd60
--- a/www-thermferm/css/style.css	Sun Jul 20 23:09:50 2014 +0200
+++ b/www-thermferm/css/style.css	Mon Jul 21 17:16:08 2014 +0200
@@ -36,53 +36,39 @@
 #jqxWidget {
     width: 980px;
     height: 510px;
-//    background: #ddd;
     float: left;
 }
 
 #header {
     width: 980px;
-    height: 60px;
-//    background: #222;
-//    margin: 5px;
+    height: 80px;
     float: left;
 }
 
 #jqxTabs {
     width: 980px;
-    height: 460px;
+    height: 440px;
     float: left;
 }
 
 
 #fermentor {
-    border: 5px solid;
-    border-color: #FFCC01;
-    border-radius: 15px 15px 15px 15px;
-    height: 393px;
-    width: 958px;
+    height: 382px;
+    width: 968px;
     background: #fff;
     margin: 5px;
     float: left;
 }
 
-#fermentor_head {
-    margin-bottom: 1px;
-    padding: 3px 10px 8px;
-    background-color: #FFCC01;
-    color: #666666;
-    font-weight: bold;
-}
-
 #fermentor_pict {
     width: 220px;
-    height: 350px;
+    height: 382px;
     float: left;
 }
 
 #fermentor_panel {
     width: 240px;
-    height: 350px;
+    height: 382px;
     float: left;
     background-color: #f0f0f0;
 }

mercurial