Khorne in #8chan on irc.rizon.net contributed this thread watcher.

Can't properly attribute the code to him because he doesn't want it
connected to his Github account for some reason.

Conflicts:
	inc/instance-config.php
This commit is contained in:
8chan
2014-10-11 10:21:00 -07:00
committed by czaks
parent f3e2131f06
commit b2cbb70da3
2 changed files with 220 additions and 0 deletions

View File

@@ -913,3 +913,28 @@ span.pln {
clear: none;
}
}
/* threadwatcher */
#watchlist {
display: none;
max-height: 250px;
overflow: auto;
border: 1px solid;
border-style: none solid solid none;
width: 50%;
margin: 0 auto;
margin-bottom: 10px;
}
.watchlist-inner, .watchlist-controls {
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
cursor: pointer;
}