www/css/style.css

changeset 504
42a0ab588a4f
parent 503
b23ef14c6b09
child 505
c09b67fd8323
--- a/www/css/style.css	Thu Oct 10 22:19:29 2019 +0200
+++ b/www/css/style.css	Fri Oct 11 11:44:37 2019 +0200
@@ -163,6 +163,26 @@
   margin-left: 20px;
 }
 
+#co2meter_powerled {
+  width: 50px;
+  height: 30px;
+  float: right;
+  text-align: center;
+  margin-top: 15px;
+  margin-right: 20px;
+}
+
+#co2meter_panel_display {
+  width: 290px;
+  height: 260px;
+  float: right;
+  margin: 5px;
+  margin-top: 3px;
+  background-color: #252526;
+  border: 2px solid;
+  border-color: #59b4d4;
+  border-radius: 5px 5px 5px 5px;
+}
 
 #fermenter_panel_display {
   width: 290px;
@@ -219,7 +239,8 @@
 }
 
 
-#fermenter_panel_buttons {
+#fermenter_panel_buttons,
+#co2meter_panel_buttons {
   width: 290px;
   height: 227px;
   float: right;

mercurial