aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-31 11:38:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-03-31 11:38:22 +0100
commitd92bbef188eff6c14adf0f0c7b032846b1be85a6 (patch)
tree40fd0add0a309b723d8585901f6476a90893034e
parent435b09e7b908afa224a6e972c33379fb6c756b1f (diff)
Some radio labels missing inline.
-rw-r--r--templates/web/default/questionnaire/creator_fixed.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/questionnaire/creator_fixed.html b/templates/web/default/questionnaire/creator_fixed.html
index 0d3181ec1..5b6d1254a 100644
--- a/templates/web/default/questionnaire/creator_fixed.html
+++ b/templates/web/default/questionnaire/creator_fixed.html
@@ -11,9 +11,9 @@
<p align="center">
<input type="radio" name="reported" id="reported_yes" value="Yes"[% ' checked' IF reported == 'Yes' %]>
-<label for="reported_yes">[% loc('Yes') %]</label>
+<label class="inline" for="reported_yes">[% loc('Yes') %]</label>
<input type="radio" name="reported" id="reported_no" value="No"[% ' checked' IF reported == 'No' %]>
-<label for="reported_no">[% loc('No') %]</label>
+<label class="inline" for="reported_no">[% loc('No') %]</label>
</p>
<p><input type="submit" name="submit" value="[% loc('Submit') %]"></p>