From 8ca9ad1ce84aa50f99941bcac8555e99e9cf4d9a Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Thu, 14 Jan 2010 23:39:46 +0000 Subject: [PATCH] Form field description CSS fix --- plugins/unl_theme/scripts/JS/enhanceProfileForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index 970b1e82..7cc90243 100644 --- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php +++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php @@ -47,7 +47,7 @@ $("form.cool p.form-field-description").each(function(){ $(this).appendTo($(this).prev()).css({ marginLeft: "164px", - marginTop: "33px", + marginTop: "36px", fontSize: "75%", color: "#1091D1" }); -- GitLab