OpenSlides/openslides/agenda/static/styles/agenda.css
2012-04-25 22:48:27 +02:00

20 lines
471 B
CSS

/**
* OpenSlides agenda style
*
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
/* agenda item open/closed */
a.close_link span {
background-image: url(../images/icons/done-grey.png);
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
display: inline-block;
}
a.close_link.closed span {
background-image: url(../images/icons/done.png);
}