diff --git a/db/seeds.rb b/db/seeds.rb index d5faad93e..2d6a6d399 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -35,6 +35,12 @@ eve.person.profile.update_attributes(:first_name => "Eve", :last_name => "Doe", connect_users(bob, bob.aspects.first, alice, alice.aspects.first) connect_users(bob, bob.aspects.first, eve, eve.aspects.first) +# Uncomment these and return out of Service::Facebook#save_friends +#service = Service.new(:user_id => bob.id) +#service.type = "Services::Facebook" +#service.access_token = "abc123" +#service.save! +#su = ServiceUser.create!(:service_id => service.id, :photo_url => "/images/user/angela.jpg", :uid => "abc123", :name => "Angelica") require 'spec/support/fake_resque' require 'spec/support/fake_redis' diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 7a57dc98e..22cf2154b 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1765,6 +1765,9 @@ ul#request_result :right -5px :bottom 2px + &.remote_friend + :width 260px + a.button @include box-shadow(0,0,0) @@ -3160,3 +3163,4 @@ ul.left_nav :position absolute :display none :z-index 10 +