.aa-airport-map-link, .air-nav > .aa-spotters-link{ display:inline-flex !important; align-items:center !important; } .air-nav > .aa-airport-map-link::before, .air-nav > .aa-spotters-link::before{ content:"" !important; display:inline-block !important; width:4px !important; height:4px !important; margin:0 8px 0 0 !important; border-radius:999px !important; background:rgba(36,90,141,.35) !important; flex:0 0 auto !important; } } cript> var saveWidth = 0; function scaleImg(what){ what = document.getElementById(what); if(!what) return; var winW = window.innerWidth || document.body.offsetWidth; if (what.width > 600 || saveWidth > 600) { if (what.width == 922) { what.width = saveWidth; } else { saveWidth = what.width; what.style.cursor = "pointer"; what.width = 922; } } } function highlight(field) { field.focus(); field.select(); }
EN PT