Restyle/realign the sidebar/layer controls some more.

This commit is contained in:
Oliver Jowett 2016-09-16 12:40:06 +01:00
parent 2a708ef848
commit daa3e00ade
4 changed files with 38 additions and 20 deletions
public_html

View file

@ -108,8 +108,12 @@
</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 id="toggle_sidebar_control" class="ol-unselectable ol-control">
<button id="toggle_sidebar_button" class="hide_sidebar" title="Toggle Sidebar"></button>
</div>
<div id="expand_sidebar_control" class="ol-unselectable ol-control">
<button id="expand_sidebar_button" title="Expand Sidebar"></button>
</div>
</div>
<div id="sidebar_container">
<div id="splitter" class="ui-resizable-handle ui-resizable-w"></div>