fix friend finder styling

This commit is contained in:
Maxwell Salzberg 2011-08-03 18:55:26 -07:00
parent b11c1a899f
commit 001d4ceaff
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
%li.remote_friend{:id => "uid_" + friend.uid, :uid => friend.uid}
.right
.right.action_item
- if friend.already_invited?
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
- elsif friend.on_diaspora?

View file

@ -2121,7 +2121,7 @@ h3,h4
.contact_list
:height auto
:max-height auto
:width 298px
:width 500px
.aspects .aspect_badge
:font
@ -3327,3 +3327,5 @@ ul#getting_started
:margin
:right 5px
:float left
.action_item
:padding-right 5px