Allow aircraft info box to be positioned anywhere in browser window
This commit is contained in:
parent
976302e3ca
commit
08e0bd28f6
|
@ -46,10 +46,6 @@
|
|||
</form>
|
||||
|
||||
<div id="layout_container">
|
||||
<div id="map_container">
|
||||
<div id="map_canvas"></div>
|
||||
<a id="toggle_sidebar_button" class="hide_sidebar" href="#"></a>
|
||||
<a id="expand_sidebar_button" href="#"></a>
|
||||
<div id="selected_infoblock" class="hidden">
|
||||
<table style="width: 100%">
|
||||
<tr class="infoblock_heading">
|
||||
|
@ -109,6 +105,10 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div> <!-- selected_infoblock -->
|
||||
<div id="map_container">
|
||||
<div id="map_canvas"></div>
|
||||
<a id="toggle_sidebar_button" class="hide_sidebar" href="#"></a>
|
||||
<a id="expand_sidebar_button" href="#"></a>
|
||||
</div>
|
||||
<div id="sidebar_container">
|
||||
<div id="splitter" class="ui-resizable-handle ui-resizable-w"></div>
|
||||
|
|
|
@ -17,6 +17,7 @@ html, body {
|
|||
background: #ffffff;
|
||||
box-shadow: 4px 4px 10px #444444;
|
||||
cursor: pointer;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#map_container {
|
||||
|
|
Loading…
Reference in a new issue