diff --git a/app/views/blocks/communities.html.erb b/app/views/blocks/communities.html.erb index e48bc50..0e82e0d 100644 --- a/app/views/blocks/communities.html.erb +++ b/app/views/blocks/communities.html.erb @@ -12,6 +12,8 @@
<%= render :partial => 'shared/profile_suggestions_list', :locals => { :suggestions => suggestions, :collection => :communities_suggestions } %>
- <%= link_to _('See more suggestions'), profile.communities_suggestions_url, :class => 'more-suggestions' %> +
+ <%= link_to _('See more suggestions'), profile.communities_suggestions_url %> +
<% end %> diff --git a/plugins/people_block/views/blocks/friends.html.erb b/plugins/people_block/views/blocks/friends.html.erb index 6278915..cb6f00e 100644 --- a/plugins/people_block/views/blocks/friends.html.erb +++ b/plugins/people_block/views/blocks/friends.html.erb @@ -6,6 +6,8 @@
<%= render :partial => 'shared/profile_suggestions_list', :locals => { :suggestions => suggestions, :collection => :friends_suggestions } %>
- <%= link_to _('See more suggestions'), profile.people_suggestions_url, :class => 'more-suggestions' %> +
+ <%= link_to _('See more suggestions'), profile.people_suggestions_url %> +
<% end %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5c54939..5f8561b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1680,7 +1680,7 @@ a.button.disabled, input.disabled { #content .block-footer-content .profiles-suggestions a.accept-suggestion { padding-bottom: 3px; - display: block; + display: inline-block; color: #333; font-size: 11px } @@ -1715,12 +1715,13 @@ a.button.disabled, input.disabled { font-weight: bold; } -#content .communities-block .profiles-suggestions .profile-list .extra_info { - z-index: 10; +.more-suggestions { + text-align: center; } -#content .communities-block .block-footer-content a.more-suggestions { - position: relative; +.profiles-suggestions .profile-list .extra_info { + z-index: 10; + display: inline-block; } .suggestions-block .block-subtitle { @@ -4097,6 +4098,7 @@ h1#agenda-title { .tag-connections { margin-left: 2px; + margin-top: 3px; } #content .profiles-suggestions .profile-list .extra_info .profile-suggestion-connection-icon { @@ -4129,9 +4131,10 @@ h1#agenda-title { border: 2px solid transparent; } -.common-profile-list-block .profiles-suggestions .profile-list li { +#content .common-profile-list-block .profiles-suggestions .profile-list li { width: 100%; max-width: 100%; + padding: 3px 0; } .common-profile-list-block .profiles-suggestions .profile-list li img { -- libgit2 0.21.2