Various UI things #7

This commit is contained in:
Ian Renton
2025-10-02 17:19:38 +01:00
parent 4f2c19b666
commit 6a3f1d2e10
7 changed files with 134 additions and 73 deletions

View File

@@ -9,8 +9,33 @@
}
}
span.flag-wrapper {
display: inline-block;
width: 1.7em;
}
span.icon-wrapper {
display: inline-block;
width: 1.5em;
text-align: center;
}
span.freq-mhz {
display: inline-block;
width: 2em;
text-align: right;
font-weight: bold;
}
span.freq-khz {
padding: 0 0.2em;
}
span.freq-hz {
font-size: 0.8em;
}
tr.table-faded td {
color: gray;
text-decoration: line-through !important;
}