Commit 13b31aad by Sven Marnach

fixup! Address further accessibility review notes.

parent 381ca62a
...@@ -152,7 +152,7 @@ li.poll-result .poll-image { ...@@ -152,7 +152,7 @@ li.poll-result .poll-image {
background: none !important; background: none !important;
} }
.survey-table .survey-option { .survey-table .survey-option label {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
</td> </td>
{% for answer, label in answers %} {% for answer, label in answers %}
<td class="survey-option"> <td class="survey-option">
<input type="radio" name="{{key}}" value="{{answer}}"{% if question.choice == answer %} checked{% endif %}/>
<label> <label>
<input type="radio" name="{{key}}" value="{{answer}}"{% if question.choice == answer %} checked{% endif %}/> <input type="radio" name="{{key}}" value="{{answer}}"{% if question.choice == answer %} checked{% endif %}/>
<span class="sr">{{label}}</span> <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