Add ability to filter planes by altitude
This commit is contained in:
parent
e243a2bf1a
commit
6b2c238a54
5 changed files with 122 additions and 15 deletions
|
|
@ -108,7 +108,9 @@ 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 {
|
||||
#units_container,
|
||||
#altitude_filter_form {
|
||||
font-size: small;
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
|
|
@ -133,3 +135,11 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
|
|||
|
||||
.pointer { cursor: pointer; }
|
||||
|
||||
.altitudeFilterInput {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
select.error, textarea.error, input.error {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue