Fix linebreak after microphone icon in speakers overlay.

This commit is contained in:
Emanuel Schütze 2017-12-15 09:21:51 +01:00
parent 912876c895
commit 2fde162357
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div ng-repeat="speaker in agendaItem.speakers | filter: {end_time: null, begin_time: '!!'} " <div ng-repeat="speaker in agendaItem.speakers | filter: {end_time: null, begin_time: '!!'} "
class="currentSpeaker"> class="currentSpeaker">
<i class="fa fa-microphone fa-lg"></i> <i class="fa fa-microphone fa-lg"></i>
<span class="pull-right" style="width:calc(100% - 25px);"> <span class="pull-right" style="width:calc(100% - 30px);">
{{ speaker.user.get_full_name() }} {{ speaker.user.get_full_name() }}
</span> </span>
</div> </div>

View File

@ -459,7 +459,7 @@ tr.elected td {
padding-right: 5px; padding-right: 5px;
} }
.nextSpeakers { .nextSpeakers {
margin-left: 8px; margin-left: 13px;
} }
.nextSpeakers li { .nextSpeakers li {
line-height: 150%; line-height: 150%;