Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 893 → Rev 894

/trunk/presentations/styles/eflore.css
533,6 → 533,11
display: block;
padding-top: 66px;
}
 
#ef-resultats-nv-determination {
padding: 0;
}
 
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
border: none;
background: none;
543,9 → 548,12
vertical-align: top;
margin-top: 5px;
}
#ef-resultats-nv-determination .nom ul, li{
#ef-resultats-nv-determination .nom ul, #ef-resultats-nv-determination li{
margin: 0;
margin-bottom: 5px
margin-bottom: 5px;
list-style-image: none;
list-style-type: none;
padding: 0;
}
 
 
1315,3 → 1323,18
.nomenclature_basionyme {
font-size: 0.9em;
}
 
 
/**----------------------- Styles pour la pagination ---------------------------------------------**/
.page_courante {
font-size: 1.5em;
}
 
.page_courante a {
color: black;
}
 
.nb_resultats {
float:right;
margin-top: 10px;
}