Skip to content
Snippets Groups Projects
Commit 17f7a5f7 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix templates.

	- Use materialize.css classes in table.
	- Add waves to button.
parent fad76d47
No related branches found
No related tags found
1 merge request!37Resolve "Migrate to materialize.css"
......@@ -53,7 +53,7 @@
</span>
{{ personal_note_formset.management_form }}
<table class="table table-striped table-bordered table-hover table-responsive-xl">
<table class="striped responsive-table">
<tr>
<th>{% blocktrans %}Person{% endblocktrans %}</th>
<th>{% blocktrans %}Absent{% endblocktrans %}</th>
......
......@@ -12,7 +12,7 @@
<ul id="timetable_select_form">
{% form form=select_form %}{% endform %}
</ul>
<button type="submit" class="btn btn-dark">
<button type="submit" class="btn btn-dark waves-light">
{% blocktrans %}Select{% endblocktrans %}
</button>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment