aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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' %]