header position issue

fix #69
This commit is contained in:
Olivier Mayer
2015-04-17 23:28:18 +09:00
parent c2836ed675
commit aaf598b927
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{% extends "report/all_content.html.twig" %}
{% block report_layout %}
<div id="form-container" >
<div id="form-container" style="margin-top:50px;" >
<div id="mainTabs">
<ul id="navigation">
<li><a href="#dash">{{ "report:: Dashboard" | trans }}</a></li>