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

30 lines
539 B
CSS
Raw Normal View History

tr.topline td {
border-bottom: 1px solid #333333;
background-color: #CDCDCD;
2011-08-31 23:47:31 +02:00
}
2013-01-30 17:39:53 +01:00
table#agendatime {
width: auto;
2013-01-30 17:39:53 +01:00
margin-bottom: 1em;
2013-02-11 23:01:48 +01:00
font-size: 12px;
}
table#agendatime td {
2013-02-11 23:01:48 +01:00
padding: 3px;
white-space: nowrap;
}
/*** List of speakers ***/
/* List of speakers agenda item view */
div#complete_list_of_speakers li {
list-style-type: none;
}
div#complete_list_of_speakers li {
line-height: 30px;
2013-03-18 12:34:47 +01:00
}
#coming_speakers span.ui-icon {
2013-03-18 12:34:47 +01:00
position: absolute;
margin-left: -15px;
margin-top: 6px;
}