From d889016ce996694d563d906560ab652a9aab85e5 Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 16 Dec 2013 11:57:02 -0500 Subject: [PATCH] minor css tweak for style consistency --- .../edit/forms/defaultAddMissingIndividualForm.ftl | 2 +- themes/wilma/css/wilma.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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;