Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 679 → Rev 680

/trunk/war/del.css
349,4 → 349,22
.bouton:hover {
background:#8EB533;
color:#FFF;
}
 
.votePrisEnCompteOui {
background:#8EB533;
position:absolute;
font-size:11px;
padding:5px;
margin-top:-30px;
border-radius:10px;
}
 
.votePrisEnCompteNon {
background:#C61717;
position:absolute;
font-size:11px;
padding:5px;
margin-top:-30px;
border-radius:10px;
}