summaryrefslogtreecommitdiff
path: root/templates/chimere/main_map.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-03-26 19:10:48 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-03-26 19:10:48 +0100
commitb2ee80b151a8b04dd4f0c1599aa0b274d2386f9b (patch)
tree9e6d0a737aa77d17c5aa0361f5e84915b106f085 /templates/chimere/main_map.html
parentd3321c3eba1d1aea9ea0e75b999c540fc55ffb59 (diff)
downloadChimère-b2ee80b151a8b04dd4f0c1599aa0b274d2386f9b.tar.bz2
Chimère-b2ee80b151a8b04dd4f0c1599aa0b274d2386f9b.zip
UI: change panel from right to left
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r--templates/chimere/main_map.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html
index fd11546..5a9189d 100644
--- a/templates/chimere/main_map.html
+++ b/templates/chimere/main_map.html
@@ -13,8 +13,8 @@
{% block message_edit %}{% endblock %}
{% block sidebar %}
{% display_welcome %}
- <div class='show-hide-panel' id='hide-panel'><span class='fa fa-arrow-circle-right'></span></div>
- <div class='show-hide-panel' id='show-panel'><span class='fa fa-arrow-circle-left'></span></div>
+ <div class='show-hide-panel' id='hide-panel'><span class='fa fa-arrow-circle-left'></span></div>
+ <div class='show-hide-panel' id='show-panel'><span class='fa fa-arrow-circle-right'></span></div>
<div id='panel' class='navbar-default'>
<form id="frm_categories"><div id='categories'></div></form>
<div id='search-box' class='ui-widget ui-corner-all'></div>