1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

improved counter display on status page

This commit is contained in:
andreas
2021-11-07 17:00:40 +01:00
parent 1deef5c7de
commit 9147359b90
5 changed files with 88 additions and 111 deletions

View File

@@ -13,6 +13,16 @@ body{
#statusPage .even {
background-color: rgb(211 211 211 / 43%);
}
#statusPageContent {
margin-bottom: 0.5em;
}
.counter-row .value{
text-align: right;
width: 6em;
}
.icon-row .label{
width: 8.7em;
}
.category .title .label {
opacity: 1;
margin-left: 1em;
@@ -50,6 +60,7 @@ body{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
input,select {
border: 1px solid #808080a1;