Documentation updates

This commit is contained in:
2023-11-10 12:19:06 -06:00
parent a81d497dcc
commit 7c53fd81b4
10 changed files with 113 additions and 94 deletions

View File

@@ -53,7 +53,7 @@ div.ChamberHumi {
}
div.SoilMoisture_X {
position: absolute;
left: 130px;
left: 135px;
top: 135px;
color: white;
}
@@ -64,12 +64,12 @@ div.SoilHumiIcon {
}
div.SoilThermoIcon {
position: absolute;
left: 170px;
left: 175px;
top: 100px;
}
div.SoilTemp_C {
position: absolute;
left: 165px;
left: 170px;
top: 135px;
color: white;
}
@@ -90,7 +90,7 @@ div.SoilHeaterOffIcon {
top: 181px;
}
div.DrumDoorIcon {
div.DrumState {
position: absolute;
transform: rotate(180deg);
left: 14px;
@@ -109,7 +109,7 @@ div.DrumClosedSensor {
div.DrumMotorLabel {
position: absolute;
left: 95px;
top: 270px;
top: 260px;
width: 50px;
text-align: center;
color: white;
@@ -117,7 +117,7 @@ div.DrumMotorLabel {
div.DrumMotorStatus {
position: absolute;
left: 95px;
top: 290px;
top: 280px;
width: 50px;
text-align: center;
color: white;
@@ -231,19 +231,19 @@ div.WaterCycleOnBox {
height: 20px;
background-color: #BDD7EE;
z-index: -35;
//border-color: red;
border-color: red;
border-style: solid;
border-width: 1px;
}
div.WaterCycleStatusIcon {
div.WaterCyclePointer_sec {
position: absolute;
left: 80px;
top: 469px;
width: 25px;
width: 24px;
text-align: center;
z-index: -25;
border-color: green;
//border-style: solid;
border-style: solid;
border-width: 1px;
}
</style>