aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zurich/admin/report_edit.html4
-rw-r--r--web/cobrands/zurich/base.scss4
-rw-r--r--web/cobrands/zurich/layout.scss1
3 files changed, 7 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);
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index b92485a19..b2b6a97bb 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -274,6 +274,10 @@ h4.static-with-rule {
dd.screen-no-space-after {
margin-bottom: 0;
}
+
+ .admin-report-edit--interact dl.with-message {
+ margin-top: 1.5em;
+ }
}
@media print {
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 69864e94b..3a20d05c5 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -330,6 +330,7 @@ body.mappage.admin {
.message-updated {
color: #060;
font-weight: bold;
+ position: absolute;
}
}