From 66ba402333334ac57097cd507604e925eeff90a6 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Wed, 21 Apr 2010 21:23:09 +0000
Subject: [PATCH] Styling fixes for profile editor (mobile and normal)

---
 plugins/unl_theme/scripts/JS/enhanceProfileForm.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
index 553161a5..0dd7be59 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();
-- 
GitLab