aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-12 14:31:10 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-12 14:31:10 +0000
commitc7084f43b087eba5d1f4f3958c0b18223d5d81ff (patch)
treef50eee1421d4fc1c9ce817ab334a0fb37089cc28 /templates
parent308c832e1dc7884ff851a78e27fb47155dffc35b (diff)
Align buttons better on Zurich SDM page.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/report_edit-sdm.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html
index e598f2643..85fa0a067 100644
--- a/templates/web/zurich/admin/report_edit-sdm.html
+++ b/templates/web/zurich/admin/report_edit-sdm.html
@@ -61,8 +61,10 @@
</ul>
-<p><input type="submit" name="Submit changes" value="[% loc('Submit changes') %]" ></p>
-<p align="right"><input type="submit" name="no_more_updates" value="[% loc('No further updates') %]"></p>
+<p class="cf">
+ <input style="float:left" type="submit" name="Submit changes" value="[% loc('Submit changes') %]" >
+ <input style="float:right" type="submit" name="no_more_updates" value="[% loc('No further updates') %]">
+</p>
</form>
[% INCLUDE 'admin/list_updates.html' %]