blacklists: fix inline blacklist css to work on any page.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user