some tweaks for friend finder styling
This commit is contained in:
parent
f1040a237f
commit
1ae7b80c56
3 changed files with 4 additions and 3 deletions
|
|
@ -3,5 +3,6 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('shared.contact_list.all_contacts')
|
||||
|
||||
%ul.friend_finder
|
||||
= render :partial => 'services/remote_friend', :collection => friends, :as => :friend
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@
|
|||
%br
|
||||
%br
|
||||
%h4{:style => 'text-align:center;'}
|
||||
= link_to t('services.index.connect_to_facebook'), "/auth/facebook" if SERVICES['facebook']['app_id'] !=""
|
||||
= link_to t('services.index.connect_to_facebook'), "/auth/facebook" if AppConfig[:configured_services].include?('facebook')
|
||||
|
|
|
|||
|
|
@ -1790,7 +1790,7 @@ ul#request_result
|
|||
:bottom 2px
|
||||
|
||||
&.remote_friend
|
||||
:width 260px
|
||||
:width 285px
|
||||
|
||||
a.button
|
||||
@include box-shadow(0,0,0)
|
||||
|
|
@ -2279,7 +2279,7 @@ ul.show_comments,
|
|||
:left 6px
|
||||
|
||||
&.larger
|
||||
:width 600px
|
||||
:width 650px
|
||||
|
||||
#facebox_header
|
||||
:position relative
|
||||
|
|
|
|||
Loading…
Reference in a new issue