Fix #1289 & #1292 Css issue report

This commit is contained in:
Nicolas Le Goff
2013-07-12 15:09:28 +02:00
parent 401a33ca65
commit 2f6cd288d3
2 changed files with 1 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
{% block report_connexion_layout %}
<div id="report-connexions" class="inside-container">
<form class="form" >
<form class="form clearfix" >
{% include "report/form_date_and_base.html.twig" %}
{% block form_connexion %}
<div class="form3">

View File

@@ -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;