Skip to content

Commit

Permalink
blacklists: fix inline blacklist css to work on any page.
Browse files Browse the repository at this point in the history
  • Loading branch information
evazion committed Jun 8, 2017
1 parent 5c9b5cd commit 2929857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/specific/posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ div#c-explore-posts {
}
}

div#c-explore-posts, div#c-post-appeals, div#c-post-flags, div#c-pools, div#c-notes, div#c-comments, div#c-favorite-groups {
.inline-blacklist {
#blacklist-box {
margin-bottom: 1em;
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/posts/partials/common/_inline_blacklist.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="blacklist-box">
<div id="blacklist-box" class="inline-blacklist">
<strong>Blacklisted: </strong>
<ul id="blacklist-list">
<li id="disable-all-blacklists" style="display: none;"><span class="link">Disable all</span></li>
Expand Down

0 comments on commit 2929857

Please sign in to comment.