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

@@ -16,7 +16,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div id="main_index"> <div id="main_index" style="margin-top:50px;">
<table id="main_wrapper" cellspacing="0" cellpadding="0"> <table id="main_wrapper" cellspacing="0" cellpadding="0">
<thead> <thead>
<tr> <tr>

View File

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