Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 651 → Rev 652

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/barreRepartition.css
1,14 → 1,27
.conteneurBarre {
width:130px;
display: inline;
}
 
.conteneurBarreOuiNon {
display: inline;
float: right;
}
 
.labelTaxon {
float:left;
margin-right: 5px;
}
 
.barre {
width:50%;
width:80px;
height:15px;
background:#BBB;
float:left;
margin-right:2px;
margin-left:2px;
display: inline;
float:left;
}
 
.barreOui {