Added stylesheet to list of speakers overlay. Fixed #1310.

This commit is contained in:
Norman Jäckel 2014-05-28 00:30:33 +02:00
parent c5db1c5e02
commit efb6c17903

View File

@ -1,4 +1,7 @@
{% load i18n %}
{% load staticfiles %}
<link type="text/css" rel="stylesheet" media="all" href="{% static 'css/agenda_projector.css' %}" />
<div id="overlay_list_of_speaker_box">
<h3>{% trans "List of speakers" %} {% if closed %}(<span class="closed">{% trans 'closed' %}</span>){% endif %}</h3>