Merge pull request #5089 from emanuelschuetze/layout-fixes
Minor layout fixes (chyron, list of speakers)
This commit is contained in:
commit
6081df202c
@ -4,6 +4,8 @@
|
|||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
// required since firefox has issues if this view is not in edit mode
|
||||||
|
height: 1px;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
color: data.data.font_color}">
|
color: data.data.font_color}">
|
||||||
|
|
||||||
<span id="inner">
|
<span id="inner">
|
||||||
{{ data.data.current_speaker }}
|
<b>{{ data.data.current_speaker }}</b>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user