www-thermferm/css/style.css

changeset 195
b34a1b2421fb
parent 174
244de612c572
child 208
934d45d9751d
--- a/www-thermferm/css/style.css	Thu Aug 07 22:06:18 2014 +0200
+++ b/www-thermferm/css/style.css	Fri Aug 08 23:07:44 2014 +0200
@@ -146,11 +146,12 @@
 
 /*
  *  +-------------panel_top--------------+
- *  |+----------------------++----------+|
- *  ||                      ||          ||
- *  ||       selector       || powerled ||
- *  ||                      ||          ||
- *  |+----------------------++----------+|
+ *  |+----------------++----------------+|
+ *  ||                ||    powerled    ||
+ *  ||    selector    |+----------------+|
+ *  ||                |+----------------+|
+ *  ||                ||  mode_control  ||
+ *  |+----------------++----------------+|
  *  +------------------------------------+
  *  +-----------panel_display------------+
  *  |+----------++----------++----------+|
@@ -179,7 +180,7 @@
 }
 
 #fermentor_selector {
-    width: 158px;
+    width: 88px;
     height: 156px;
     float: left;
 }
@@ -190,11 +191,19 @@
 }
 
 #fermentor_powerled {
-    width: 78px;
-    height: 56px;
+    width: 38px;
+    height: 36px;
     float: left;
-    text-align: center;
     margin-top: 10px;
+    margin-left: 110px;
+}
+
+#fermentor_mode_control {
+    width: 148px;
+    height: 100px;
+    float: left;
+    margin-top: 10px;
+    background-color: #ddd;
 }
 
 

mercurial