From 251de7e02b3487b897a856e7957c601edb9ecbf2 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 9 Feb 2011 18:31:29 +0000 Subject: [PATCH] NIHVIVO-2086 Corrected the positioning of selected author box on author form --- .../edit/forms/css/addAuthorsToInformationResource.css | 3 ++- themes/wilma/css/wilma.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/productMods/edit/forms/css/addAuthorsToInformationResource.css b/productMods/edit/forms/css/addAuthorsToInformationResource.css index eeee752e..a8106be2 100644 --- a/productMods/edit/forms/css/addAuthorsToInformationResource.css +++ b/productMods/edit/forms/css/addAuthorsToInformationResource.css @@ -26,7 +26,8 @@ class, in case we want to re-enable DD without a page reload. */ margin-left: 2em; } form h3 { - margin-bottom: .5em; + margin-bottom: 0; + padding-bottom: 0; } form a:link.cancel, form a:visited.cancel, diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index c90e44d4..0452ccb6 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -120,6 +120,7 @@ input#submit:visited { line-height: 1; margin-right: .6em; margin-top: .5em; + margin-bottom: .5em; } input.delete, input.delete:visited, @@ -301,9 +302,9 @@ p.submit { } .formsEdit p { /*padding-top: 1em;*/ - margin-bottom: 1.8em; + margin-bottom: 1em; padding-bottom: 0; - margin-top: 1.2em; + margin-top: 0; } .formsEdit p.validationError { margin-bottom: 1.8em;