Add ability to switch display units
This commit is contained in:
parent
c99375d51c
commit
96fe1e0ee5
5 changed files with 183 additions and 89 deletions
|
|
@ -78,7 +78,7 @@ html, body {
|
|||
|
||||
#sidebar_container {
|
||||
display: flex;
|
||||
width: 410px;
|
||||
width: 420px;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
|
|
@ -108,6 +108,10 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
|
|||
|
||||
#tableinfo, #sudo_buttons { font-size: x-small; font-family: monospace; }
|
||||
|
||||
#units_selector {
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
.vPosition { font-weight: bold; background-color: #d5ffd5; }
|
||||
.mlat { font-weight: bold; background-color: #d5d5ff; }
|
||||
.squawk7500 { font-weight: bold; background-color: #ff5555; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue