www/css/style.css

changeset 184
3dbe1d2265ed
parent 183
a810539dc218
child 185
4c25db9e8102
--- a/www/css/style.css	Tue Jan 08 21:54:19 2019 +0100
+++ b/www/css/style.css	Wed Jan 09 16:19:26 2019 +0100
@@ -111,9 +111,9 @@
  * |+-------------++--------------+|
  * +-------------------------------+
  * +---------panel_display---------+
- * |+--------++---------++--------+|
- * || disp 1 || disp 2  || disp 3 ||
- * |+--------++---------++--------+|
+ * |+-------------++--------------+|
+ * ||  display 1  ||  display 2   ||
+ * |+-------------++--------------+|
  * +-------------------------------+
  * +---------panel_control---------+
  * |+--------++---------++--------+|
@@ -163,17 +163,10 @@
 margin-left: 42px;
 }
 
-#fermenter_mode_control {
-width: 148px;
-height: 110px;
-float: left;
-margin-top: 10px;
-background-color: #ddd;
-}
 
 #fermenter_panel_display {
   width: 280px;
-  height: 80px;
+  height: 70px;
   float: right;
   margin: 5px;
   background-color: #252526;
@@ -182,45 +175,13 @@
   border-radius: 5px 5px 5px 5px;
   margin-bottom: 3px;
 }
-
-#fermenter_display1 {
-width: 93px;
-height: 76px;
-float: left;
-text-align: center;
-margin-top: 7px;
-}
-
-#fermenter_display2 {
-width: 93px;
-height: 76px;
-float: left;
-text-align: center;
-margin-top: 7px;
+#fermenter_display {
+  width: 140px;
+  height: 70px;
+  float: left;
+  text-align: center;
 }
 
-#fermenter_display3 {
-width: 93px;
-height: 76px;
-float: left;
-text-align: center;
-margin-top: 7px;
-}
-
-.dtemp {
-  font-weight: bold;
-  color: yellow;
-}
-
-.ltemp {
-  font-weight: bold;
-  color: green;
-}
-
-.htemp {
-  font-weight: bold;
-  color: red;
-}
 
 #fermenter_panel_control {
   width: 280px;

mercurial