diff --git a/sigi/apps/home/templates/menus/menu.html b/sigi/apps/home/templates/menus/menu.html index ce8a41b..5d520f0 100644 --- a/sigi/apps/home/templates/menus/menu.html +++ b/sigi/apps/home/templates/menus/menu.html @@ -14,11 +14,23 @@ {% else %} {% url child.view_name as item_url %} {% endif %} + {% if 'before' in child.separator %} +
+ {% endif %} {{ child.title }} + {% if 'after' in child.separator %} +
+ {% endif %} {% else %} + {% if 'before' in child.separator %} +
+ {% endif %}
{{ child.title }}
+ {% if 'after' in child.separator %} +
+ {% endif %} {% endif %} {% endfor %} diff --git a/sigi/static/css/dashboard.css b/sigi/static/css/dashboard.css index 5c74ced..9661302 100644 --- a/sigi/static/css/dashboard.css +++ b/sigi/static/css/dashboard.css @@ -130,4 +130,7 @@ table.numeros>tbody>tr>td { .xlsx-download { height: 24px; +} +.collapsible-body>hr { + height: 1px; } \ No newline at end of file