diff --git a/frontend/views/accounts/general.php b/frontend/views/accounts/general.php index 13ddbf5..b92a1a8 100755 --- a/frontend/views/accounts/general.php +++ b/frontend/views/accounts/general.php @@ -235,7 +235,7 @@ -
+
Аватар
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index ea8166e..6f979f9 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -12435,4 +12435,10 @@ li.active-menu-admin:hover a .ico_num { padding-left: 0 !important; } #modal_form_contacts .fileloader-item-remove:before {display:none;} -.command-block-name {height: 50px;overflow: hidden; font-size: 16px;} \ No newline at end of file +.command-block-name {height: 50px;overflow: hidden; font-size: 16px;} +.general_avatar-wr #image_remove_img { + left: auto !important; + right: -13px; + top: 50%; + margin-top: -9px; +} \ No newline at end of file -- libgit2 0.21.4