2012-04-25 22:48:27 +02:00
|
|
|
/**
|
|
|
|
* OpenSlides agenda style
|
|
|
|
*
|
|
|
|
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
|
|
* :license: GNU GPL, see LICENSE for more details.
|
|
|
|
*/
|
|
|
|
|
2012-04-18 18:29:31 +02:00
|
|
|
/* agenda item open/closed */
|
2012-07-04 13:12:07 +02:00
|
|
|
.close_link span {
|
2012-07-13 07:58:00 +02:00
|
|
|
background-image: url(../images/icons/close-grey.png);
|
2011-08-31 23:47:31 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2011-09-03 18:11:05 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-31 23:47:31 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-07-04 13:12:07 +02:00
|
|
|
|
|
|
|
.close_link.closed span {
|
2012-07-13 07:58:00 +02:00
|
|
|
background-image: url(../images/icons/close.png);
|
2011-08-31 23:47:31 +02:00
|
|
|
}
|
2012-06-30 10:39:58 +02:00
|
|
|
|
|
|
|
table#menu-overview {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|