24 lines
407 B
CSS
24 lines
407 B
CSS
/**
|
|
* OpenSlides agenda style
|
|
*
|
|
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
* :license: GNU GPL, see LICENSE for more details.
|
|
*/
|
|
|
|
tr.topline td {
|
|
border-bottom: 1px solid #333333;
|
|
background-color: #CDCDCD;
|
|
}
|
|
|
|
table#agendatime {
|
|
float: right;
|
|
width: auto;
|
|
margin-bottom: 1em;
|
|
font-size: 12px;
|
|
}
|
|
|
|
table#agendatime td {
|
|
padding: 3px;
|
|
white-space: nowrap;
|
|
}
|