bee73d3a28
- Use more compact agenda on projector (reduce line height) - Fixed sorting of motions and limit motion title lenght in recommendation dropdown menu. - Improved CSS for using tables in topic text (site and projector).
23 lines
315 B
SCSS
23 lines
315 B
SCSS
@import 'list_of_speakers';
|
|
|
|
/* Agenda list */
|
|
.agendalist-table {
|
|
td {
|
|
vertical-align: top;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
td.number {
|
|
padding-left: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
p.mainitem {
|
|
font-size: 140%;
|
|
}
|
|
|
|
p.subitem {
|
|
font-size: 100%;
|
|
}
|
|
}
|