diff --git a/ghost/admin/assets/sass/layouts/users.scss b/ghost/admin/assets/sass/layouts/users.scss index 5b6f4756bb..505509294c 100644 --- a/ghost/admin/assets/sass/layouts/users.scss +++ b/ghost/admin/assets/sass/layouts/users.scss @@ -190,20 +190,27 @@ .user-image { @include box-sizing(border-box); + display: table; position: relative; width: 120px; height: 120px; float: left; margin-left: 40px; margin-right: 20px; - border-radius: 60px; + text-align: center; + border-radius: 100%; + overflow: hidden; border: 5px solid #fff; + background: $darkgrey; z-index: 2; - img { + .img { display: block; - line-height: 0; - border-radius: 100%; + width: 100%; + height: 100%; + background-image: url(/shared/img/default-user-profile-picture.jpg); + background-size: cover; + background-position: center center; } &:hover { diff --git a/ghost/admin/tpl/settings/user-profile.hbs b/ghost/admin/tpl/settings/user-profile.hbs index 9e15969dd2..0392d0a8ca 100644 --- a/ghost/admin/tpl/settings/user-profile.hbs +++ b/ghost/admin/tpl/settings/user-profile.hbs @@ -17,7 +17,7 @@
- +