aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2015-05-26 11:41:55 +0100
committerDave Arter <davea@mysociety.org>2015-10-06 09:09:27 +0100
commit2d1f6d10508cffb9c56e63e57763e48a94307f72 (patch)
treedc77ffb1ab8d1cc5b11c41f94889b3a68ae28cf6 /templates
parentefcc494b550b7a7a34776d38dbd4532db9313378 (diff)
[Zurich] Prevent 'success' message interfering with all input fields
See mysociety/FixMyStreet-Commercial#717
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/report_edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index 2efcbbcf6..f7bb5b202 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -135,7 +135,7 @@
});
</script>
-<dl>
+<dl [% IF status_message %]class="with-message"[% END %]>
<dt class="screen-only">
<label for="new_internal_note">[% loc('New internal note:') %]</label>
@@ -308,7 +308,7 @@ $(function(){
});
setTimeout(function(){
- $('.message-updated').slideUp(250, function(){
+ $('.message-updated').fadeOut(250, function(){
$(this).remove();
});
}, 5000);