forked from beba/foerderbarometer
WM-11: left align applications
This commit is contained in:
parent
a55b5f26d9
commit
f18b97a213
|
|
@ -10,6 +10,10 @@
|
||||||
td, th {
|
td, th {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.applications {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-request {
|
.col-request {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<table class="wm-table start">
|
<table class="wm-table start">
|
||||||
<tbody>
|
<tbody class="applications">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-request">Was möchtest du beantragen?</th>
|
<th class="col-request">Was möchtest du beantragen?</th>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue