include top tagger info in post tooltip, add box shadow css

This commit is contained in:
Albert Yi
2018-04-26 15:56:42 -07:00
parent 87f0adfda3
commit e29f73ac31
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
.post-tooltip {
max-width: 660px;
border-color: #767676;
box-shadow: 1px 1px 2px #666;
.qtip-content {
padding: 4px 6px;

View File

@@ -2,6 +2,7 @@
<div class="post-tooltip-metatags">
<%= link_to_search "user:#{@post.uploader_name}" if CurrentUser.is_moderator? %>
<%= link_to "toptagger:#{@post.keeper.name}", user_path(@post.keeper) %>
<%= link_to_search "rating:#{@post.pretty_rating.downcase}" %>
<%= link_to_search "score:#{@post.score}" %>
</div>