[WIP] show advanced airtime stats

This commit is contained in:
Milan Pässler 2017-03-19 21:36:30 +01:00
commit e8b6be29a2
2 changed files with 48 additions and 1 deletions

View file

@ -409,6 +409,7 @@ table {
display: inline-block;
height: 1.4em;
background: rgba(85, 128, 32, 0.8);
overflow: hidden;
}
label {
@ -421,6 +422,14 @@ table {
}
}
.bar > span > span {
left: 0.5em;
font-weight: bold;
color: white;
white-space: nowrap;
background: none !important;
}
.proportion th {
font-weight: normal !important;
text-align: right !important;