From a663cad110f3bd98096601f04d63cb54762e5ad0 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 18 Oct 2013 11:55:53 +1100 Subject: [PATCH] Fixes styling on passwordChanger to be inline with Belle styles --- .../umbraco/controls/passwordChanger.ascx | 89 +++++++++++-------- .../umbraco/users/EditUser.aspx.cs | 2 +- 2 files changed, 51 insertions(+), 40 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/controls/passwordChanger.ascx b/src/Umbraco.Web.UI/umbraco/controls/passwordChanger.ascx index 065333995e..5e835e807d 100644 --- a/src/Umbraco.Web.UI/umbraco/controls/passwordChanger.ascx +++ b/src/Umbraco.Web.UI/umbraco/controls/passwordChanger.ascx @@ -8,7 +8,7 @@ toggle: function (e) { if (!$("#umbPasswordChanger").is(":visible")) { this.togglePasswordInputValidators(true); - $(e).closest(".propertyItem").replaceWith($("#umbPasswordChanger")); + $(e).closest(".umb-el-wrap").replaceWith($("#umbPasswordChanger")); $("#umbPasswordChanger").show(); $("#<%=IsChangingPasswordField.ClientID%>").val("true"); $(e).hide(); @@ -64,59 +64,70 @@ Change password