diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 550791fe2..674ceb760 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -247,6 +247,13 @@ div#c-posts { margin-right: 7em; } + #favlist { + margin-left: 1.5em; + word-wrap: break-word; + max-height: 200px; + overflow: auto; + } + #pool-nav, #search-seq-nav, #nav-help { li { position: relative; diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb index bf01f250f..7bfa25cdd 100644 --- a/app/views/posts/partials/show/_information.html.erb +++ b/app/views/posts/partials/show/_information.html.erb @@ -18,7 +18,7 @@ <% if CurrentUser.is_privileged? && post.fav_count > 0 %> <%= link_to "»".html_safe, favorites_path(:post_id => post.id), :remote => true, :id => "show-favlist-link" %> <%= link_to "«".html_safe, "#", :id => "hide-favlist-link" %> -
+
<% end %>
  • Status: