From ee0ecc790c8003442364b263573c8a41b63544a0 Mon Sep 17 00:00:00 2001 From: Ilyaaaaaaaaaaaaa Zhitomirskiy Date: Mon, 11 Jul 2011 16:05:07 -0700 Subject: [PATCH] making the service users badge wider, added a commented out seed step for having some service user data --- db/seeds.rb | 6 ++++++ public/stylesheets/sass/application.sass | 4 ++++ 2 files changed, 10 insertions(+) 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 +