blacklists: fix inline blacklist css to work on any page.

This commit is contained in:
evazion
2017-06-07 23:31:34 -05:00
parent 5c9b5cd21e
commit 2929857682
2 changed files with 2 additions and 2 deletions

View File

@@ -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 { #blacklist-box {
margin-bottom: 1em; margin-bottom: 1em;
} }

View File

@@ -1,4 +1,4 @@
<div id="blacklist-box"> <div id="blacklist-box" class="inline-blacklist">
<strong>Blacklisted: </strong> <strong>Blacklisted: </strong>
<ul id="blacklist-list"> <ul id="blacklist-list">
<li id="disable-all-blacklists" style="display: none;"><span class="link">Disable all</span></li> <li id="disable-all-blacklists" style="display: none;"><span class="link">Disable all</span></li>