Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1049 → Rev 1050

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVoteVue.ui.xml
4,7 → 4,7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="barreRepartition.css" />
<g:HTMLPanel styleName="{style.conteneurBarre}">
<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon}" />
<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
<g:HTMLPanel styleName="{style.barre}">
/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVotePresenteur.java
54,6 → 54,7
this.moyenneVote = moyenneVote;
int score = moyenneVote.getScore();
String intitule = moyenneVote.getIntituleAssocie();
vue.afficherVotes(score, intitule);
if (score > 0) {
vue.setPourcentage(score);
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/metadonnees.css
1,5 → 1,5
.metadonnees {
width:180px;
}
 
.metadonnees .donnee {
34,6 → 34,7
}
 
.zoneLocalite {
margin-top:5px;
}
 
.zoneLocalite div {
57,6 → 58,7
}
 
.zoneCommentaire {
margin-top:5px;
}
 
.zoneCommentaire div {
65,8 → 67,7
 
.commentaire {
display: block;
height: 115px;
width:150px;
height: 94px;
overflow: hidden;
text-overflow: ellipsis
}