diff --git a/openslides/agenda/templates/agenda/overlay_speaker_projector.html b/openslides/agenda/templates/agenda/overlay_speaker_projector.html index cb86881ef..48cb3ea27 100644 --- a/openslides/agenda/templates/agenda/overlay_speaker_projector.html +++ b/openslides/agenda/templates/agenda/overlay_speaker_projector.html @@ -14,18 +14,19 @@ margin: 1em; z-index: 2; width: 45%; - min-width: 200px} + min-width: 200px;} #overlay_list_of_speaker_box h3 { - margin: 5px} + margin: 5px;} #overlay_list_of_speaker_box ul { - margin: 5px} + list-style-type: none; + margin: 5px;} #overlay_list_of_speaker_box li { font-size: 120%; - line-height: 120%} + line-height: 120%;} #overlay_list_of_speaker_box .old_speaker { - color: #777777} + color: #777777;} #overlay_list_of_speaker_box .actual_speaker { - margin-bottom: 0em} + margin-bottom: 0em;}
diff --git a/openslides/agenda/templates/projector/agenda_list_of_speaker.html b/openslides/agenda/templates/projector/agenda_list_of_speaker.html index 726180c39..e4eb018e7 100644 --- a/openslides/agenda/templates/projector/agenda_list_of_speaker.html +++ b/openslides/agenda/templates/projector/agenda_list_of_speaker.html @@ -9,15 +9,15 @@ /* List of speakers – projector slide */ ul#list_of_speakers { list-style-type: none; - padding: 0} + padding: 0;} #list_of_speakers li { font-size: 130%; - line-height: 150%} + line-height: 150%;} #list_of_speakers .old_speaker { - color: #9FA9B7} + color: #9FA9B7;} #list_of_speakers .actual_speaker { font-weight: bold; - margin-bottom: 0.5em} + margin-bottom: 0.5em;} {% endblock %}