Rev 882 | Rev 1038 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
.conteneurBarre {
width:130px;
display: inline;
}
.conteneurBarreOuiNon {
display: inline;
float: right;
}
.labelTaxon {
float: left;
margin-right: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 145px;
margin-bottom: 5px;
}
.barre {
width:80px;
height:15px;
background:#BBB;
float:left;
margin-right:2px;
margin-left:2px;
display: inline;
float:left;
}
.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;
}