Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 156 → Rev 162

/war/del.css
36,13 → 36,21
}
 
/** Style pour les barres de vote **/
.barreRepartition {
 
.barreRepartition, .barreRepartitionAucunVote {
height:20px;
width:300px;
width:200px;
border:1px solid black;
}
 
.barreRepartition {
background-color: red;
}
 
.barreRepartitionAucunVote {
background-color: #DDDDDD;
}
 
.elementBarreRepartition {
height: 100%;
}
55,6 → 63,7
.nomTaxonBarreRepartition {
float: right;
margin-top: -18px;
margin-right: 5px;
}
 
/** Set ids using widget.getElement().setId("idOfElement") */