Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2079 → Rev 2080

/trunk/src/org/tela_botanica/del/client/composants/votes/moyennevotes/moyenne.css
97,13 → 97,19
}
 
.zoneVoter {
background: none repeat scroll 0 0 #8EB533;
background: #8eb533 none repeat scroll 0 0;
color: white;
font-size: 15px;
height: 29px;
height: 40px;
margin-left: -5px;
margin-top: -18px;
padding: 10px 5px 0 39px;
position: absolute;
width: 82px;
text-align: center;
width: 126px;
display: table;
}
 
.zoneVoter span {
display: table-cell;
vertical-align: middle;
}