diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index 970b1e82a4dcb2ce9a222a93161dd8b118814300..7cc902439afab8a9c39bf1d79d5dcc030db89661 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" });