mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-29 08:20:58 +00:00
lower thirds: change css selectors to be similar to the others
This commit is contained in:
parent
6c058cca1f
commit
ab42dade2b
4 changed files with 32 additions and 25 deletions
|
@ -16,11 +16,11 @@
|
|||
<link rel="stylesheet" type="text/css" href="{{ request.event.custom_css.url }}"/>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body class="lower3rd">
|
||||
<div id="l3box">
|
||||
<p id="l3title">Loading ...</p>
|
||||
<p id="l3speaker">Content should appear soon. If not, please verify you have Javascript enabled.</p>
|
||||
<p id="l3info_line"></p>
|
||||
<body id="broadcast_tools_lower_thirds">
|
||||
<div id="broadcast_tools_lower_thirds_box">
|
||||
<p id="broadcast_tools_lower_thirds_title">Loading ...</p>
|
||||
<p id="broadcast_tools_lower_thirds_speaker">Content should appear soon. If not, please verify you have Javascript enabled.</p>
|
||||
<p id="broadcast_tools_lower_thirds_infoline"></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue