Reposition map buttons
This commit is contained in:
parent
a37c75bf83
commit
f2ea5a75bb
2 changed files with 16 additions and 11 deletions
|
|
@ -113,7 +113,6 @@
|
|||
<div id="sidebar_container">
|
||||
<div id="splitter" class="ui-resizable-handle ui-resizable-w"></div>
|
||||
<div id="sidebar_canvas">
|
||||
<a id="show_map_button" href="#"></a>
|
||||
|
||||
<div id="dump1090_infoblock">
|
||||
<table style="width: 100%">
|
||||
|
|
@ -128,10 +127,12 @@
|
|||
|
||||
<tr class="infoblock_body">
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<td colspan="2">
|
||||
<a id="show_map_button" href="#"></a>
|
||||
<div id="sudo_buttons">
|
||||
<span class="pointer" onclick="resetMap();">[ Reset Map ]</span>
|
||||
<span class="pointer" onclick="selectAllPlanes();">[ Select All ]</span>
|
||||
|
|
@ -142,6 +143,7 @@
|
|||
|
||||
<tr class="infoblock_body">
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="infoblock_body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue