Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 637 → Rev 638

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/barreRepartition.css
New file
0,0 → 1,56
.conteneurBarre {
width:130px;
}
 
.barre {
width:50%;
height:15px;
background:#BBB;
float:left;
margin-right:2px;
margin-left:2px;
}
 
.barreOui {
background:#8EB533;
padding-bottom:15px;
}
 
.barreNon {
background:#C61717;
padding-bottom:15px;
}
 
.boutonOui, .boutonNon {
text-align:center;
color:white;
line-height:1em;
font-size:15px;
font-weight:bold;
cursor:pointer;
float:left;
background:#AAA;
}
 
.boutonOui {
width:9%;
height:15px;
width:15px;
border-radius:0 2px 2px 0;
}
 
.boutonOui:hover {
background:#8EB533;
}
 
.boutonNon:hover {
background:#C61717
}
 
.boutonNon {
width:9%;
height:15px;
width:15px;
border-radius:2px 0 0 2px;
}