Move FlightAware link to the top

This commit is contained in:
James Wilson 2018-08-10 10:34:40 -05:00
parent 65f44d99bf
commit 7bb2cfe01f
2 changed files with 4 additions and 4 deletions

View file

@ -277,6 +277,7 @@
</div> </div>
<div class="infoBlockTopSection"> <div class="infoBlockTopSection">
<span id="selected_flightaware_link" class=""></span>
<div class="infoRow removePadding"> <div class="infoRow removePadding">
<div class="infoHeading infoRowFluid"><span title="The alphanumeric registration code assigned by the country in which the aircraft is registered.">Registration</span>: </div> <div class="infoHeading infoRowFluid"><span title="The alphanumeric registration code assigned by the country in which the aircraft is registered.">Registration</span>: </div>
<div class="infoData infoRowFluid"><span id="selected_registration">n/a</span></div> <div class="infoData infoRowFluid"><span id="selected_registration">n/a</span></div>
@ -612,7 +613,6 @@
</div> </div>
<div class="bottom-container"> <div class="bottom-container">
<span id="selected_flightaware_link" class=""></span>
<div class="selected_airframe"> <div class="selected_airframe">
<a href="http://www.airframes.org/" onclick="document.getElementById('horrible_hack').submit.call(document.getElementById('airframes_post')); return false;"> <a href="http://www.airframes.org/" onclick="document.getElementById('horrible_hack').submit.call(document.getElementById('airframes_post')); return false;">
airframes.org airframes.org

View file

@ -712,6 +712,9 @@ select.error, textarea.error, input.error {
text-decoration: none; text-decoration: none;
padding: 10px; padding: 10px;
border-radius: 4px; border-radius: 4px;
float: right;
margin-right: 25px;
margin-top: 10px;
} }
.bottom-info-container { .bottom-info-container {
padding-top: 10px; padding-top: 10px;
@ -727,9 +730,6 @@ select.error, textarea.error, input.error {
vertical-align: middle; vertical-align: middle;
display: inline; display: inline;
} }
.selected_airframe {
padding-top: 30px;
}
.selected_airframe a { .selected_airframe a {
color: #002F5D; color: #002F5D;
} }