Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1075 → Rev 1076

/trunk/war/del.css
367,6 → 367,24
color:#FFF;
}
 
.bouton-petit {
background: none repeat scroll 0 0 white;
border: 1px solid #99C242;
box-shadow: 1px 2px 2px #AAAAAA;
color: #598000;
cursor: pointer;
font-size: 11px;
font-weight: bold;
padding: 1px;
width:100px;
margin:0 5px;
}
 
.bouton-petit:hover {
background:#8EB533;
color:#FFF;
}
 
.votePrisEnCompteOui {
background:#8EB533;
position:absolute;
385,7 → 403,7
border-radius:10px;
}
 
.boutonVoteOuiDesactive {
boutonVoteOuiDesactive {
background-image: url("img/pouce_haut_desactive.png") !important;
color:#999999;
cursor: default !important;