Fixed #702: list of speakers projetor/overlay style.

This commit is contained in:
Emanuel Schuetze 2013-06-03 21:08:59 +02:00
parent ef6eaf8fa4
commit cd84d64071
2 changed files with 11 additions and 10 deletions

View File

@ -14,18 +14,19 @@
margin: 1em; margin: 1em;
z-index: 2; z-index: 2;
width: 45%; width: 45%;
min-width: 200px} min-width: 200px;}
#overlay_list_of_speaker_box h3 { #overlay_list_of_speaker_box h3 {
margin: 5px} margin: 5px;}
#overlay_list_of_speaker_box ul { #overlay_list_of_speaker_box ul {
margin: 5px} list-style-type: none;
margin: 5px;}
#overlay_list_of_speaker_box li { #overlay_list_of_speaker_box li {
font-size: 120%; font-size: 120%;
line-height: 120%} line-height: 120%;}
#overlay_list_of_speaker_box .old_speaker { #overlay_list_of_speaker_box .old_speaker {
color: #777777} color: #777777;}
#overlay_list_of_speaker_box .actual_speaker { #overlay_list_of_speaker_box .actual_speaker {
margin-bottom: 0em} margin-bottom: 0em;}
</style> </style>
<div id="overlay_list_of_speaker_box"> <div id="overlay_list_of_speaker_box">

View File

@ -9,15 +9,15 @@
/* List of speakers projector slide */ /* List of speakers projector slide */
ul#list_of_speakers { ul#list_of_speakers {
list-style-type: none; list-style-type: none;
padding: 0} padding: 0;}
#list_of_speakers li { #list_of_speakers li {
font-size: 130%; font-size: 130%;
line-height: 150%} line-height: 150%;}
#list_of_speakers .old_speaker { #list_of_speakers .old_speaker {
color: #9FA9B7} color: #9FA9B7;}
#list_of_speakers .actual_speaker { #list_of_speakers .actual_speaker {
font-weight: bold; font-weight: bold;
margin-bottom: 0.5em} margin-bottom: 0.5em;}
</style> </style>
{% endblock %} {% endblock %}