Commit 13b31aad by Sven Marnach

fixup! Address further accessibility review notes.

parent 381ca62a
......@@ -152,7 +152,7 @@ li.poll-result .poll-image {
background: none !important;
}
.survey-table .survey-option {
.survey-table .survey-option label {
text-align: center;
vertical-align: middle;
}
......
......@@ -25,7 +25,6 @@
</td>
{% for answer, label in answers %}
<td class="survey-option">
<input type="radio" name="{{key}}" value="{{answer}}"{% if question.choice == answer %} checked{% endif %}/>
<label>
<input type="radio" name="{{key}}" value="{{answer}}"{% if question.choice == answer %} checked{% endif %}/>
<span class="sr">{{label}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment