Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1025 → Rev 1026

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/barreRepartition.css
14,12 → 14,12
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 145px;
width: 185px;
margin-bottom: 5px;
}
 
.barre {
width:80px;
width:50px;
height:15px;
background:#BBB;
float:left;
29,6 → 29,13
float:left;
}
 
.pourcentage {
position:absolute;
font-size:10px;
width:48px;
text-align:center;
}
 
.barreOui {
background:#8EB533;
padding-bottom:15px;