* increased number of inverters

* name, serial and type can be configured using setup.html
This commit is contained in:
lumapu 2022-04-24 20:53:56 +02:00
parent 97dfbb5936
commit 9e6cae26a7
9 changed files with 139 additions and 87 deletions

View file

@ -127,39 +127,37 @@ label {
float: right;
}
div.module {
display: block;
div.ch {
width: 250px;
height: 410px;
background-color: #006ec0;
display: inline-block;
position: relative;
margin-right: 20px;
margin-bottom: 20px;
}
div.module .value, div.module .info, div.module .header {
div.ch .value, div.ch .info, div.ch .head {
color: #fff;
display: block;
width: 100%;
text-align: center;
}
div.module .unit {
div.ch .unit {
font-size: 19px;
margin-left: 10px;
}
div.module .value {
div.ch .value {
margin-top: 20px;
font-size: 30px;
}
div.module .info {
div.ch .info {
margin-top: 3px;
font-size: 10px;
}
div.module .header {
div.ch .head {
background-color: #003c80;
padding: 10px 0 10px 0;
}