Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1037 → Rev 1038

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/observationdeterminations/observationdetermination.css
1,9 → 1,26
.headerTableau {
display:inline;
}
 
.gauche {
float:left;
}
 
.milieu {
margin:0 30px;
}
 
.droite {
flot:right;
}
 
.determination {
padding: 10px;
margin: 0 1px 5px 0;
height: 150px;
margin: -15px 1px 5px 0;
}
 
.especesProposees {
margin-top:15px;
}
.determination>div {
margin-top: 0px;
margin-bottom: 20px;
35,14 → 52,18
color: white;
font-size: 13px;
font-weight: bold;
height: 12px;
line-height: 0.7;
height: 13px;
line-height: 0.9;
margin-left: 2px;
margin-top: 8px;
padding: 0 1px;
padding: 1px 1px;
position: absolute;
}
 
.infobulleCommentaire {
margin-left:-9px;
}
 
.zonePropositions {
height:130px;
}