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.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('shared.contact_list.all_contacts')
|
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('shared.contact_list.all_contacts')
|
||||||
|
|
||||||
%ul.friend_finder
|
%ul.friend_finder
|
||||||
= render :partial => 'services/remote_friend', :collection => friends, :as => :friend
|
= render :partial => 'services/remote_friend', :collection => friends, :as => :friend
|
||||||
|
|
|
||||||
|
|
@ -28,4 +28,4 @@
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
%h4{:style => 'text-align:center;'}
|
%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
|
:bottom 2px
|
||||||
|
|
||||||
&.remote_friend
|
&.remote_friend
|
||||||
:width 260px
|
:width 285px
|
||||||
|
|
||||||
a.button
|
a.button
|
||||||
@include box-shadow(0,0,0)
|
@include box-shadow(0,0,0)
|
||||||
|
|
@ -2279,7 +2279,7 @@ ul.show_comments,
|
||||||
:left 6px
|
:left 6px
|
||||||
|
|
||||||
&.larger
|
&.larger
|
||||||
:width 600px
|
:width 650px
|
||||||
|
|
||||||
#facebox_header
|
#facebox_header
|
||||||
:position relative
|
:position relative
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue