From 1ae7b80c565c591d7fa4b4ed6a4c6291fc0f25d9 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 3 Aug 2011 18:00:12 -0700 Subject: [PATCH] some tweaks for friend finder styling --- app/views/services/_finder.html.haml | 1 + app/views/services/finder.html.haml | 2 +- public/stylesheets/sass/application.sass | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/services/_finder.html.haml b/app/views/services/_finder.html.haml index bf313399a..e6f54345c 100644 --- a/app/views/services/_finder.html.haml +++ b/app/views/services/_finder.html.haml @@ -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 diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml index c8b5e7158..5c8453adb 100644 --- a/app/views/services/finder.html.haml +++ b/app/views/services/finder.html.haml @@ -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') diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index e0204f8b7..ed3721bf7 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -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