diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml
index 75021ceda..0da51b34c 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 bb67e4bc9..0b079e325 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 f151a6954..0c6ee052c 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