Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 654 → Rev 655

/trunk/presentations/styles/eflore.css
775,6 → 775,7
#repartition_observations {
height: 590px;
width: 100%;
overflow: hidden;
}
 
.legende_nom_retenu {
1064,4 → 1065,31
table tbody {
background-color: #F8F8DB;
border: 1px solid #9AC342;
}
}
 
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
 
#bloc_export_choix {
display:none;
}
#export_pdf input[type="submit"] {
text-align: center;
width :120px;
display:block;
margin-right: auto;
margin-left: auto;
}
#export_pdf fieldset label{
width :120px;
display:inline-block;
text-align:center;
}
 
#export_pdf fieldset {
width: 90%;
border: none;
margin-left: auto;
margin-right: auto;
}