www/css/style.css

changeset 570
c8a20234d7e7
parent 505
c09b67fd8323
child 764
e95744b6b31d
--- a/www/css/style.css	Sat Dec 14 14:57:13 2019 +0100
+++ b/www/css/style.css	Sat Dec 14 21:02:57 2019 +0100
@@ -10,7 +10,8 @@
 
 #MainPanel,
 #fermenter,
-#co2meter {
+#co2meter,
+#ispindel {
     width: 1278px;
     height: 628px;
     border: 2px solid #4297d7;
@@ -65,7 +66,8 @@
 
 
 #fermenter_table,
-#co2meter_table {
+#co2meter_table,
+#ispindel_table {
     width: 960px;
     height: 210px;
     background: #252526;
@@ -105,7 +107,8 @@
  */
 
 #fermenter_thermometers,
-#co2meter_meters {
+#co2meter_meters,
+#ispindel_meters {
     width: 960px;
     height: 390px;
     float: left;
@@ -140,7 +143,8 @@
  * +-------------------------------+
  */
 #fermenter_panel_top,
-#co2meter_panel_top {
+#co2meter_panel_top,
+#ispindel_panel_top {
   width: 290px;
   height: 100px;
   float: right;
@@ -164,7 +168,9 @@
 }
 
 #co2meter_alarmled,
-#co2meter_powerled {
+#co2meter_powerled,
+#ispindel_alarmled,
+#ispindel_powerled {
   width: 50px;
   height: 30px;
   float: right;
@@ -173,7 +179,8 @@
   margin-right: 20px;
 }
 
-#co2meter_panel_display {
+#co2meter_panel_display,
+#ispindel_panel_display {
   width: 290px;
   height: 260px;
   float: right;
@@ -241,7 +248,8 @@
 
 
 #fermenter_panel_buttons,
-#co2meter_panel_buttons {
+#co2meter_panel_buttons,
+#ispindel_panel_buttons {
   width: 290px;
   height: 227px;
   float: right;

mercurial