OpenSlides/openslides/agenda/static/styles/agenda.css

25 lines
520 B
CSS
Raw Normal View History

/**
* OpenSlides agenda style
*
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
/* agenda item open/closed */
.close_link span {
2012-04-23 21:27:22 +02:00
background-image: url(../images/icons/done-grey.png);
2011-08-31 23:47:31 +02:00
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
2011-08-31 23:47:31 +02:00
display: inline-block;
}
.close_link.closed span {
2012-04-23 21:27:22 +02:00
background-image: url(../images/icons/done.png);
2011-08-31 23:47:31 +02:00
}
table#menu-overview {
white-space: nowrap;
}