Allow aircraft info box to be positioned anywhere in browser window

This commit is contained in:
Carlos Salaverria 2016-09-12 17:36:08 -05:00
parent 976302e3ca
commit 08e0bd28f6
2 changed files with 60 additions and 59 deletions

View file

@ -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>

View file

@ -17,6 +17,7 @@ html, body {
background: #ffffff;
box-shadow: 4px 4px 10px #444444;
cursor: pointer;
z-index: 9999;
}
#map_container {