Admin menu position

fix #20
This commit is contained in:
Olivier Mayer
2015-03-20 16:29:39 +09:00
parent 2a32b1d03a
commit 19bb1f180e

View File

@@ -60,7 +60,7 @@
{% block content %}
<div id="admin-app" data-usr="{{ app['authentication'].getUser().getId() }}" data-notif-url="{{ path('list_notifications') }}">
<div id="left" class="PNB left-view" style="width:250px;right:auto;" data-tree-url="{{ path("admin_display_tree") }}" data-websocket="{{ "ws://" ~ app["conf"].get(["main" ,"websocket-server", "host"]) ~ ":" ~ app["conf"].get(["main" ,"websocket-server", "port"]) ~ "/websockets" }}">
<div class="PNB10" style="right:0">
<div class="PNB10" style="right:0; top:28px;">
<div id="FNDR">
{% include 'admin/tree.html.twig' %}
</div>