Add Thread Watcher CSS.

This commit is contained in:
Nicolas Stepien 2013-02-17 17:09:40 +01:00
parent abb8128afd
commit 9147237555
2 changed files with 25 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -199,6 +199,30 @@ a[href="javascript:;"] {
color: limegreen;
}
/* Thread Watcher */
#watcher {
padding-bottom: 3px;
position: absolute;
overflow: hidden;
white-space: nowrap;
}
#watcher:not(:hover) {
max-height: 220px;
}
#watcher > .move {
padding-top: 3px;
}
#watcher > div {
max-width: 200px;
overflow: hidden;
padding-left: 3px;
padding-right: 3px;
text-overflow: ellipsis;
}
#watcher a {
text-decoration: none;
}
/* Thread Stats */
#thread-stats {
background: none;