diff --git a/templates/web/report/report_layout_child.html.twig b/templates/web/report/report_layout_child.html.twig index 0516d1589c..0178704eac 100644 --- a/templates/web/report/report_layout_child.html.twig +++ b/templates/web/report/report_layout_child.html.twig @@ -45,7 +45,7 @@ {% block report_connexion_layout %}
-
+ {% include "report/form_date_and_base.html.twig" %} {% block form_connexion %}
diff --git a/www/skins/report/report-table.css b/www/skins/report/report-table.css index 9f56dc4a2a..6372f330a8 100644 --- a/www/skins/report/report-table.css +++ b/www/skins/report/report-table.css @@ -351,9 +351,6 @@ table.center{ padding-top:30px; } -.form{ - margin-left: 10px; -} div.form_titre{ padding-bottom:2px; font-size:large; @@ -370,21 +367,18 @@ div.form_titre{ float:left; width: 140px; padding:3px; - height:120px; border-right:1px groove #454545; } .form2{ float:left; width: 400px; padding:3px; - height:120px; border-right: 1px groove #454545; } .form3{ float:left; width: 420px; padding:3px; - height:120px; } input{ font-family: Verdana, sans-serif;