This commit is contained in:
Toks
2013-04-16 08:50:40 -04:00
parent ff2c125e0f
commit 5ab03af47a
2 changed files with 8 additions and 1 deletions

View File

@@ -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;

View File

@@ -18,7 +18,7 @@
<% if CurrentUser.is_privileged? && post.fav_count > 0 %>
<%= link_to "&raquo;".html_safe, favorites_path(:post_id => post.id), :remote => true, :id => "show-favlist-link" %>
<%= link_to "&laquo;".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>
<li>
Status: