Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 174 → Rev 175

/war/del.css
38,13 → 38,15
/** Style pour les barres de vote **/
 
.barreRepartition, .barreRepartitionAucunVote {
height:20px;
height:5px;
width:200px;
border:1px solid black;
}
 
.barreRepartition {
background-color: red;
background-color: #C83232;
-moz-box-shadow:2px 2px 2px #AAAAAA; -moz-box-shadow:2px 2px 2px #AAAAAA;
-moz-border-radius:8px; -webkit-border-radius:8px;
}
 
.barreRepartitionAucunVote {
56,13 → 58,14
}
 
.voteOui {
background-color: green;
-moz-border-radius:8px 0 0 8px; -webkit-border-radius:8px 0 0 8px;
background-color: #8EB533;
border-right: 1px solid black;
}
 
.nomTaxonBarreRepartition {
float: right;
margin-top: -18px;
margin-top: -21px;
margin-right: 5px;
}