mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
display ensemble info
This commit is contained in:
parent
cf60932ed0
commit
87afa13b46
3 changed files with 41 additions and 16 deletions
|
|
@ -1389,6 +1389,10 @@ img.openwebrx-mirror-img
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.dab-container > * {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.dab-container label {
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
|
|
@ -1397,4 +1401,12 @@ img.openwebrx-mirror-img
|
|||
.dab-container select#dab-service-id {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.dab-container .dab-ensemble-id:not(:empty):before {
|
||||
content: "Ensemble ID: ";
|
||||
}
|
||||
|
||||
.dab-container .dab-ensemble-label:not(:empty):before {
|
||||
content: "Ensemble: ";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue