Move FlightAware link to the top
This commit is contained in:
parent
65f44d99bf
commit
7bb2cfe01f
|
@ -277,6 +277,7 @@
|
|||
</div>
|
||||
|
||||
<div class="infoBlockTopSection">
|
||||
<span id="selected_flightaware_link" class=""></span>
|
||||
<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="infoData infoRowFluid"><span id="selected_registration">n/a</span></div>
|
||||
|
@ -612,7 +613,6 @@
|
|||
</div>
|
||||
|
||||
<div class="bottom-container">
|
||||
<span id="selected_flightaware_link" class=""></span>
|
||||
<div class="selected_airframe">
|
||||
<a href="http://www.airframes.org/" onclick="document.getElementById('horrible_hack').submit.call(document.getElementById('airframes_post')); return false;">
|
||||
airframes.org
|
||||
|
|
|
@ -712,6 +712,9 @@ select.error, textarea.error, input.error {
|
|||
text-decoration: none;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
float: right;
|
||||
margin-right: 25px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.bottom-info-container {
|
||||
padding-top: 10px;
|
||||
|
@ -727,9 +730,6 @@ select.error, textarea.error, input.error {
|
|||
vertical-align: middle;
|
||||
display: inline;
|
||||
}
|
||||
.selected_airframe {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.selected_airframe a {
|
||||
color: #002F5D;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue