diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml
index 75021ceda1c43a5a3c3b3b2fbc4f036bde03dfab..0da51b34c0c5d8057508be79f8dc11ad58e8f5e7 100644
--- a/app/views/services/finder.html.haml
+++ b/app/views/services/finder.html.haml
@@ -5,7 +5,7 @@
 - content_for :head do
   = include_javascripts :aspects
 
-#aspect_edit_pane
+#aspect_edit_pane.larger
   #facebox_header
     %h4
       = t('.invite_your_friends_from', :service => params[:provider].titleize)
@@ -44,10 +44,12 @@
                   = select_tag(:aspect_id, options_from_collection_for_select(@all_aspects, 'id', 'name'))
                   = hidden_field_tag :uid, uid
                   = hidden_field_tag :provider, 'facebook'
-                  = submit_tag "invite", :disable_with => "#{t('.generating')}..."
+                  = submit_tag "invite"
 
             - if friend[:person]
               = person_image_link(friend[:person])
+            - else
+              = image_tag('/images/user/default.png', :class => 'avatar')
 
             %h4.name
               - if friend[:person]
@@ -59,5 +61,9 @@
       %br
       %br
       %br
-      %h4
+      %br
+      %br
+      %br
+      %br
+      %h4{:style => 'text-align:center;'}
         = link_to t('services.index.connect_to_facebook'), "/auth/facebook" if SERVICES['facebook']['app_id'] !=""
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index bb67e4bc99fa584f111ec28636559de17d58339b..0b079e325a2c4d7a1510247f055c581fc1b3e572 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -430,7 +430,6 @@ en:
           join_me_on_diaspora: "Join me on DIASPORA*"
           click_link_to_accept_invitation: "Click this link to accept your invitation"
       finder:
-          generating: "generating"
           resend: "resend"
           invite_your_friends_from: "Invite your friends from %{service}"
           not_connected: "not connected"
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index f151a6954ebaed912d30a1ff46b3f7f6b66fadd3..0c6ee052ca7b9157ce401c2a893c59b577fdd307 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -2247,6 +2247,9 @@ ul.show_comments
         :position absolute
         :left 6px
 
+  &.larger
+    :width 600px
+
 #facebox_header
   :padding 1em
   :background