diff --git a/assets/sass/components/custom-components.sass b/assets/sass/components/custom-components.sass index 11d2301..7141ac2 100644 --- a/assets/sass/components/custom-components.sass +++ b/assets/sass/components/custom-components.sass @@ -213,12 +213,6 @@ textarea.description height: 11px background: url('#{$static}/img/delDoc.png') no-repeat center cursor: pointer - .file-upload-remove-img-btn - width: 16px - height: 16px - background: url('#{$static}/img/aui-icon-close.png') no-repeat center - cursor: pointer - //padding: px .preview-container position: relative @@ -227,6 +221,11 @@ textarea.description position: absolute top: 0 right: 0 + background-color: white + //width: 16px + //height: 16px + //background: url('#{$static}/img/aui-icon-close.png') no-repeat center + cursor: pointer textarea.description font-size: 9pt color: darkgray diff --git a/users/templates/user_profile_edit.html b/users/templates/user_profile_edit.html index 8a79512..f87db85 100644 --- a/users/templates/user_profile_edit.html +++ b/users/templates/user_profile_edit.html @@ -65,7 +65,7 @@