Move ICAO for the selected plane into the header line.

Put RSSI in the selected info box where ICAO used to be.
This commit is contained in:
Oliver Jowett 2015-01-22 15:31:35 +00:00
parent ffe03fe749
commit ba8a8935be
3 changed files with 6 additions and 3 deletions

View file

@ -33,6 +33,8 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
.infoblock_heading a { text-decoration: none; color: blue; font-size: x-small;}
.infoblock_body { font-size: small; }
#selected_icao { font-size: x-small; }
.dim { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }
.pointer { cursor: pointer; }