www-thermferm/css/style.css

changeset 295
e88d182657ca
parent 269
dc88583a068d
child 397
00ca08f5a6f8
--- a/www-thermferm/css/style.css	Sun Nov 02 13:47:57 2014 +0100
+++ b/www-thermferm/css/style.css	Sun Nov 02 18:00:05 2014 +0100
@@ -194,6 +194,9 @@
  *  || switch1  || switch2  || switch3  ||
  *  |+----------++----------++----------+|
  *  +------------------------------------+
+ *  +----------pannel_buttons------------+
+ *  |                                    |
+ *  +------------------------------------+
  */
 
 #fermentor_panel_top {
@@ -204,7 +207,7 @@
     border: 2px solid;
     border-color: #888;
     border-radius: 5px 5px 5px 5px;
-    margin-bottom: 5px;
+    margin-bottom: 3px;
 }
 
 #fermentor_selector {
@@ -244,7 +247,7 @@
     border: 2px solid;
     border-color: #888;
     border-radius: 5px 5px 5px 5px;
-    margin-bottom: 5px;
+    margin-bottom: 3px;
 }
 
 #fermentor_display1 {
@@ -273,12 +276,13 @@
 
 #fermentor_panel_control {
     width: 236px;
-    height: 120px;
+    height: 100px;
     float: right;
     background-color: #eee;
     border: 2px solid;
     border-color: #888;
     border-radius: 5px 5px 5px 5px;
+    margin-bottom: 3px;
 }
 
 #fermentor_led1 {
@@ -286,7 +290,7 @@
     height: 30px;
     float: left;
     text-align: center;
-    margin-top: 10px;
+    margin-top: 8px;
 }
 
 #fermentor_led2 {
@@ -294,7 +298,7 @@
     height: 30px;
     float: left;
     text-align: center;
-    margin-top: 10px;
+    margin-top: 8px;
 }
 
 #fermentor_led3 {
@@ -302,7 +306,7 @@
     height: 30px;
     float: left;
     text-align: center;
-    margin-top: 10px;
+    margin-top: 8px;
 }
 
 .dtemp {
@@ -313,7 +317,7 @@
 
 #fermentor_toggle1 {
     width: 79px;
-    height: 90px;
+    height: 70px;
     float: left;
     text-align: center;
     margin-top: 10px;
@@ -321,7 +325,7 @@
 
 #fermentor_toggle2 {
     width: 78px;
-    height: 90px;
+    height: 70px;
     float: left;
     text-align: center;
     margin-top: 10px;
@@ -329,12 +333,22 @@
 
 #fermentor_toggle3 {
     width: 79px;
-    height: 90px;
+    height: 70px;
     float: left;
     text-align: center;
     margin-top: 10px;
 }
 
+#fermentor_panel_buttons {
+    width: 236px;
+    height: 30px;
+    float: right;
+    background-color: #eee;
+    border: 2px solid;
+    border-color: #888;
+    border-radius: 5px 5px 5px 5px;
+}
+
 #menu {
     width: 600px;
     height: 300px;
@@ -387,7 +401,6 @@
     box-shadow: #400 0 0px 1px 1px;
 }
 
-
 .LEDyellow_on {
     margin: 5px auto;
     width: 12px;

mercurial