diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index 553161a5c7dede5339c9ca0da7704ac0b78276b4..0dd7be59f2bdd879224c51d6354dc4d67b044807 100644 --- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php +++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php @@ -52,9 +52,9 @@ color: "#1091D1" }); }); - $("#maincontent p.form-field-description").css({ + $("body.fixed #maincontent p.form-field-description").css({ marginLeft: "164px", - marginTop: "36px" + marginTop: "46px" }); $("form.cool fieldset input[type!=submit], form.cool fieldset select, form.cool fieldset textarea").wrap('<div class="element"></div>'); $("form.cool label div").each(function(){ @@ -497,7 +497,7 @@ $("select[name=form_data_profile_role]").change(alumniCheckbox); - $("#maincontent textarea[name=form_data_profile_unl_impact]").parent().css({clear:"both",display:"block","margin-left":"150px"}).siblings("label").css("width","330px"); + $("body.fixed #maincontent textarea[name=form_data_profile_unl_impact]").parent().css({clear:"both",display:"block","margin-left":"150px"}).siblings("label").css("width","330px"); $("#formloading").remove(); $("#maincontent form.cool").show();