fixes #1346
This commit is contained in:
@@ -247,6 +247,13 @@ div#c-posts {
|
|||||||
margin-right: 7em;
|
margin-right: 7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#favlist {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
word-wrap: break-word;
|
||||||
|
max-height: 200px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#pool-nav, #search-seq-nav, #nav-help {
|
#pool-nav, #search-seq-nav, #nav-help {
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<% if CurrentUser.is_privileged? && post.fav_count > 0 %>
|
<% 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, favorites_path(:post_id => post.id), :remote => true, :id => "show-favlist-link" %>
|
||||||
<%= link_to "«".html_safe, "#", :id => "hide-favlist-link" %>
|
<%= link_to "«".html_safe, "#", :id => "hide-favlist-link" %>
|
||||||
<div id="favlist" style="margin-left:1.5em; word-wrap:break-word"></div>
|
<div id="favlist"></div>
|
||||||
<% end %></li>
|
<% end %></li>
|
||||||
<li>
|
<li>
|
||||||
Status:
|
Status:
|
||||||
|
|||||||
Reference in New Issue
Block a user