From 5382eac9cde482679158376d7e17b0464fb05b59 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 13 Dec 2011 21:46:55 +0000 Subject: [PATCH] NIHVIVO-3485: Fixing layout issues for associating a profile to an account in VITRO had created layout issues in vivo for this feature. It's fixed. --- themes/wilma/css/wilma.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index e30ccce4..bab9f431 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1608,3 +1608,9 @@ input.add-account:active { #contact_form textarea { width: 40em; } +/* -------------------------------------------------> */ +/* ASSOCIATE PROFILE -------------------------------> */ +/* -------------------------------------------------> */ +#associateProfileBackgroundThree { + margin-top:-120px; +} \ No newline at end of file