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.
|
|
|
|
*/
|
|
|
|
|
2013-01-08 23:05:35 +01:00
|
|
|
tr.topline td {
|
|
|
|
border-bottom: 1px solid #333333;
|
|
|
|
background-color: #CDCDCD;
|
2011-08-31 23:47:31 +02:00
|
|
|
}
|
2012-07-04 13:12:07 +02:00
|
|
|
|
2013-01-30 17:39:53 +01:00
|
|
|
table#agendatime {
|
|
|
|
float: right;
|
2013-02-09 22:59:15 +01:00
|
|
|
width: auto;
|
2013-01-30 17:39:53 +01:00
|
|
|
margin-bottom: 1em;
|
2013-02-11 23:01:48 +01:00
|
|
|
font-size: 12px;
|
2013-02-01 12:55:04 +01:00
|
|
|
}
|
2013-02-01 14:41:52 +01:00
|
|
|
|
2013-02-01 12:55:04 +01:00
|
|
|
table#agendatime td {
|
2013-02-11 23:01:48 +01:00
|
|
|
padding: 3px;
|
2013-02-09 22:59:15 +01:00
|
|
|
white-space: nowrap;
|
2013-02-01 14:41:52 +01:00
|
|
|
}
|