diff --git a/productMods/templates/freemarker/edit/forms/defaultAddMissingIndividualForm.ftl b/productMods/templates/freemarker/edit/forms/defaultAddMissingIndividualForm.ftl index 3f59ff78..5e16e93e 100644 --- a/productMods/templates/freemarker/edit/forms/defaultAddMissingIndividualForm.ftl +++ b/productMods/templates/freemarker/edit/forms/defaultAddMissingIndividualForm.ftl @@ -75,7 +75,7 @@

or - ${i18n().cancel_link} + ${i18n().cancel_link}

diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index c3f89181..38e8523a 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -368,6 +368,11 @@ form.deleteForm { padding-top: 1em; border-top: 1px dotted #e3e9e9; } +form.editForm span { + color: #c00; + font-weight: normal; + font-size: small; +} form h3.delete-entry { padding-right: .8em; display: inline;