Skip to content
Snippets Groups Projects
Commit 79f51fbb authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed preview

parent 049dee38
No related branches found
No related tags found
No related merge requests found
.videopreview > li:nth-child(even) { background: #f5f5f5; }
.courses-list li:nth-child(even) { background: #fAfAfA; }
.list-group-item-condensed { padding: 2px !important; }
@media (min-width: 767px) {
.list-group-item-condensed { padding-top: 2px !important; padding-bottom: 2px !important; }
}
......@@ -19,7 +19,7 @@
<a class="visible-xs" href="{{url_for('lecture', id=lecture['id'])}}" title="{{ lecture['coursetitle'] }}" style="color: #000">
<ul class="list-unstyled">
<li>
<img src="{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<img style="width: 100%;" src="{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}" alt="Vorschaubild">
</li>
<li>
<strong>{{ lecture['short'] }}</strong> {{ lecture['time'] }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment