www/css/style.css

changeset 503
b23ef14c6b09
parent 463
0efdafd23753
child 504
42a0ab588a4f
--- a/www/css/style.css	Thu Oct 10 20:42:39 2019 +0200
+++ b/www/css/style.css	Thu Oct 10 22:19:29 2019 +0200
@@ -9,7 +9,8 @@
 
 
 #MainPanel,
-#fermenter {
+#fermenter,
+#co2meter {
     width: 1278px;
     height: 628px;
     border: 2px solid #4297d7;
@@ -63,7 +64,8 @@
 
 
 
-#fermenter_table {
+#fermenter_table,
+#co2meter_table {
     width: 960px;
     height: 210px;
     background: #252526;
@@ -88,13 +90,13 @@
 
 
 /*
- * +----------------------------------------------------_
+ * +----------------------------------------------------+
  * |+-------------------++--------++-------------------+|
  * ||                   ||        ||                   ||
  * ||			|| chiller||                   ||
  * ||                   ||        ||                   ||
- * ||                   |+--------+|                   ||
- * ||     Air temp      |          |     Beer temp     ||
+ * ||     Air temp      |+--------+|     Beer temp     ||
+ * ||    Temperature    |          |     Pressure      ||
  * ||                   |          |                   ||
  * ||                   |          |                   ||
  * ||                   |          |                   ||
@@ -102,7 +104,8 @@
  * +----------------------------------------------------+
  */
 
-#fermenter_thermometers {
+#fermenter_thermometers,
+#co2meter_meters {
     width: 960px;
     height: 390px;
     float: left;
@@ -136,7 +139,8 @@
  * |                               |
  * +-------------------------------+
  */
-#fermenter_panel_top {
+#fermenter_panel_top,
+#co2meter_panel_top {
   width: 290px;
   height: 100px;
   float: right;

mercurial