www/css/style.css

changeset 185
4c25db9e8102
parent 184
3dbe1d2265ed
child 188
0ef62ec2d5b0
--- a/www/css/style.css	Wed Jan 09 16:19:26 2019 +0100
+++ b/www/css/style.css	Thu Jan 10 20:22:06 2019 +0100
@@ -128,7 +128,7 @@
  * +-------------------------------+
  */
 #fermenter_panel_top {
-  width: 280px;
+  width: 290px;
   height: 200px;
   float: right;
   margin: 5px;
@@ -165,7 +165,7 @@
 
 
 #fermenter_panel_display {
-  width: 280px;
+  width: 290px;
   height: 70px;
   float: right;
   margin: 5px;
@@ -176,7 +176,7 @@
   margin-bottom: 3px;
 }
 #fermenter_display {
-  width: 140px;
+  width: 145px;
   height: 70px;
   float: left;
   text-align: center;
@@ -184,7 +184,7 @@
 
 
 #fermenter_panel_control {
-  width: 280px;
+  width: 290px;
   height: 140px;
   float: right;
   margin: 5px;
@@ -198,7 +198,7 @@
 #fermenter_led1,
 #fermenter_led2,
 #fermenter_led3 {
-  width: 93px;
+  width: 96px;
   height: 30px;
   float: left;
   text-align: center;
@@ -214,21 +214,20 @@
 #fermenter_toggle2,
 #fermenter_toggle3 {
   float: left;
-  margin-left: 57px;
+  margin-left: 60px;
   margin-top: 20px;
 }
 
 
 #fermenter_panel_buttons {
-  width: 280px;
-  height: 130px;
+  width: 290px;
+  height: 155px;
   float: right;
   margin: 5px;
   background-color: #252526;
   border: 2px solid;
   border-color: #59b4d4;
   border-radius: 5px 5px 5px 5px;
-  margin-bottom: 3px;
 }
 
 

mercurial