Info page updates

This commit is contained in:
Laura Hausmann 2020-01-05 11:37:43 +01:00
parent 6b8b436ee2
commit 4ee8d26673

View file

@ -49,12 +49,11 @@
}
@if (System.IO.File.Exists(logoPath)) {
<img src="@(c3stream.CacheUrl + $"{conference.Acronym}/logo.png")" alt="Conference logo" style="height: 100px; padding-bottom: 5px; padding-left: 2px;"/>
<img src="@(c3stream.CacheUrl + $"{conference.Acronym}/logo.png")" alt="Conference logo" style="height: 100px; float: right;"/>
}
else {
<img src="@conference.LogoUri" alt="Conference logo" style="height: 100px; padding-bottom: 5px; padding-left: 2px;"/>
<img src="@conference.LogoUri" alt="Conference logo" style="height: 100px; float: right;"/>
}
<br/>
@if (isWatched) {
<h3 style="color: #95cb7a">@title - <i>@speakers</i></h3>