Add Selected to nav alt/heading. Replace dragger with bar on top
This commit is contained in:
parent
7bb2cfe01f
commit
7d61b2aaab
|
@ -462,7 +462,7 @@
|
|||
<div class="infoBlockSection">
|
||||
<div class="infoRowLine">
|
||||
<div class="infoHeading infoRowFluid fourColumnSection1">
|
||||
<span title="The selected altitude in the aircraft's flight management system.">Altitude</span>:
|
||||
<span title="The selected altitude in the aircraft's flight management system.">Selected Altitude</span>:
|
||||
</div>
|
||||
<div class="infoData infoRowFluid fourColumnSection2">
|
||||
<span id="selected_nav_altitude">n/a</span>
|
||||
|
@ -478,7 +478,7 @@
|
|||
</div>
|
||||
<div class="infoRowLine">
|
||||
<div class="infoHeading infoRowFluid fourColumnSection1">
|
||||
<span title="The selected heading in the aircraft's flight management system.">Heading</span>:
|
||||
<span title="The selected heading in the aircraft's flight management system.">Selected Heading</span>:
|
||||
</div>
|
||||
<div class="infoData infoRowFluid fourColumnSection2">
|
||||
<span id="selected_nav_heading">n/a</span>
|
||||
|
|
|
@ -13,7 +13,6 @@ html, body {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
background: #ffffff;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
|
@ -119,27 +118,28 @@ html, body {
|
|||
}
|
||||
|
||||
#splitter-infoblock {
|
||||
cursor: ns-resize;
|
||||
display: inline-block;
|
||||
position: absolute ;
|
||||
top: 0px;
|
||||
right: 0;
|
||||
/* float: right; */
|
||||
cursor: ns-resize;
|
||||
display: inline-block;
|
||||
position: absolute ;
|
||||
top: 0px;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
width: 24px;
|
||||
height: 25px;
|
||||
background-size: 24px 25px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
background-image: url("images/toggle-height@2x.png");
|
||||
background-size: cover;
|
||||
width: 24px;
|
||||
height: 4px;
|
||||
background-size: 24px 25px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
border-bottom: #234c75;
|
||||
background-color: #65819e;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
#close-button {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 18px;
|
||||
color: #00A0E2;
|
||||
right: 30px;
|
||||
margin-left: auto;
|
||||
|
@ -477,7 +477,7 @@ select.error, textarea.error, input.error {
|
|||
height: 36px;
|
||||
border-bottom: 1px solid #00A0E2;
|
||||
padding-left: 18px;
|
||||
padding-top: 14px;
|
||||
padding-top: 18px;
|
||||
}
|
||||
|
||||
.highlightedInfo {
|
||||
|
|
Loading…
Reference in a new issue