Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 659 → Rev 660

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVoteVue.java
28,6 → 28,7
@Override
public void afficherVotes(int pourcentage, String nomTaxon) {
this.nomTaxon.setText(nomTaxon);
this.nomTaxon.setTitle(nomTaxon);
if (pourcentage > -1) {
/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/barreRepartition.css
9,8 → 9,12
}
 
.labelTaxon {
float:left;
margin-right: 5px;
float: left;
margin-right: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 210px;
}
 
.barre {