OpenSlides/openslides/participant/static/styles/participant.css
2012-04-23 21:27:22 +02:00

17 lines
423 B
CSS

a.status_link.active span {
background-image: url(../images/icons/on.png);
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
display: inline-block;
}
a.status_link.inactive span {
background-image: url(../images/icons/off.png);
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
display: inline-block;
}