Skip to content
Snippets Groups Projects
Commit 937a834e authored by Julian's avatar Julian
Browse files

Make tablerows in responsive tables the same height

parent 3a87e458
No related branches found
No related tags found
1 merge request!48Review use of Materialize
.alsijil-lesson-cancelled {
text-decoration: line-through;
}
@media only screen and (max-width : 992px) {
table.responsive-table.alsijil-table th,
table.responsive-table.alsijil-table td {
margin: 0;
vertical-align: top;
height: 109px;}
}
......@@ -33,7 +33,7 @@
{% csrf_token %}
<div class="row">
<div class="col s12 m12 l8">
<div class="col s12 m12 l6 xl8">
<div class="card">
<div class="card-content">
<span class="card-title">
......@@ -44,7 +44,7 @@
</div>
</div>
</div>
<div class="col s12 m12 l4">
<div class="col s12 m12 l6 xl4">
<div class="card">
<div class="card-content">
<span class="card-title">
......@@ -65,7 +65,7 @@
</span>
{% form form=personal_note_formset.management_form %}{% endform %}
<table class="striped responsive-table">
<table class="striped responsive-table alsijil-table">
<thead>
<tr>
<th>{% blocktrans %}Person{% endblocktrans %}</th>
......
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