diff --git a/app/assets/stylesheets/getting-started.scss b/app/assets/stylesheets/getting-started.scss index 372f874671f8f22e4123f522dc205af240b00e6a..16cc1bff7df6af3da6378bd669f37e7e5b7a1c0b 100644 --- a/app/assets/stylesheets/getting-started.scss +++ b/app/assets/stylesheets/getting-started.scss @@ -1,5 +1,5 @@ #hello-there { - .avatar { + #profile_photo_upload .avatar { width: 200px; height: 200px; } diff --git a/app/views/people/_add_contact.haml b/app/views/people/_add_contact.haml index 13e1184bb0ec76622049c5c136964872cd05467a..e89f5a8fca1b6e3125650bf80f004a19fb67ab60 100644 --- a/app/views/people/_add_contact.haml +++ b/app/views/people/_add_contact.haml @@ -3,6 +3,7 @@ .media .pull-right = aspect_membership_dropdown(contact, inviter, false) - = person_image_link(inviter, :size => :thumb_small, :class => 'img') - .bd + .media-left + = person_image_link(inviter, size: :thumb_small, class: "media-object") + .media-body = person_link(inviter)