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

made tables responsive

parent c82c4c00
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@
<div class="panel-heading">
<h1 class="panel-title">Changelog</h1>
</div>
<table class="table">
<div class="table-responsive">
<table class="table table-condensed">
<tr>
<th>Zeit</th>
<th>Wer</th>
......@@ -28,4 +29,5 @@
</table>
</div>
</div>
</div>
{% endblock %}
......@@ -5,7 +5,7 @@
<div class="panel-heading">
<h1 class="panel-title">Drehplan</h1>
</div>
<div class="panel-body row">
<div class="panel-body row table-responsive">
<table class="table-bordered col-xs-12">
<tr><th></th>{% for d in days if (d.index < 5) or (d.lectures|length) > 0%}<th colspan="{{d.maxcol}}">{{ d.date.strftime("%A (%d.%m.%Y)") }}</th>{% endfor %}</tr>
{% for t in times %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment