diff --git a/static/css/impala/users.less b/static/css/impala/users.less index afa946795c..804286f9ec 100644 --- a/static/css/impala/users.less +++ b/static/css/impala/users.less @@ -16,7 +16,7 @@ margin: 5px 0 10px; } li.profile-photo a.delete { - margin: 10px 0 0 137px; + margin: 10px 0 0 0; } .more { font-size: 0.8em; @@ -50,7 +50,7 @@ .html-rtl .prettyform { .avatar, li.profile-photo a.delete { - margin-right: 137px; + margin-right: 0; margin-left: 0; } }