fix friend finder styling
This commit is contained in:
parent
b11c1a899f
commit
001d4ceaff
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
%li.remote_friend{:id => "uid_" + friend.uid, :uid => friend.uid}
|
%li.remote_friend{:id => "uid_" + friend.uid, :uid => friend.uid}
|
||||||
.right
|
.right.action_item
|
||||||
- if friend.already_invited?
|
- if friend.already_invited?
|
||||||
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
||||||
- elsif friend.on_diaspora?
|
- elsif friend.on_diaspora?
|
||||||
|
|
|
||||||
|
|
@ -2121,7 +2121,7 @@ h3,h4
|
||||||
.contact_list
|
.contact_list
|
||||||
:height auto
|
:height auto
|
||||||
:max-height auto
|
:max-height auto
|
||||||
:width 298px
|
:width 500px
|
||||||
|
|
||||||
.aspects .aspect_badge
|
.aspects .aspect_badge
|
||||||
:font
|
:font
|
||||||
|
|
@ -3327,3 +3327,5 @@ ul#getting_started
|
||||||
:margin
|
:margin
|
||||||
:right 5px
|
:right 5px
|
||||||
:float left
|
:float left
|
||||||
|
.action_item
|
||||||
|
:padding-right 5px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue