Set a max-height for the thread watcher, until you hover over it. Close #177.

This commit is contained in:
Nicolas Stepien 2012-02-04 20:43:37 +01:00
parent 5bfb3d4c18
commit 0fe6de6236
2 changed files with 26 additions and 22 deletions

View File

@ -3858,22 +3858,24 @@ img[md5], img[md5] + img {\
}\
\
#watcher {\
padding-bottom: 5px;\
position: absolute;\
}\
#watcher > div {\
overflow: hidden;\
padding-right: 5px;\
padding-left: 5px;\
text-overflow: ellipsis;\
max-width: 200px;\
white-space: nowrap;\
}\
#watcher > div.move {\
text-decoration: underline;\
padding-top: 5px;\
#watcher:not(:hover) {\
max-height: 220px;\
}\
#watcher > div:last-child {\
padding-bottom: 5px;\
#watcher > div {\
max-width: 200px;\
overflow: hidden;\
padding-left: 5px;\
padding-right: 5px;\
text-overflow: ellipsis;\
}\
#watcher > .move {\
padding-top: 5px;\
text-decoration: underline;\
}\
\
#qp {\

View File

@ -3099,22 +3099,24 @@ img[md5], img[md5] + img {
}
#watcher {
padding-bottom: 5px;
position: absolute;
}
#watcher > div {
overflow: hidden;
padding-right: 5px;
padding-left: 5px;
text-overflow: ellipsis;
max-width: 200px;
white-space: nowrap;
}
#watcher > div.move {
text-decoration: underline;
padding-top: 5px;
#watcher:not(:hover) {
max-height: 220px;
}
#watcher > div:last-child {
padding-bottom: 5px;
#watcher > div {
max-width: 200px;
overflow: hidden;
padding-left: 5px;
padding-right: 5px;
text-overflow: ellipsis;
}
#watcher > .move {
padding-top: 5px;
text-decoration: underline;
}
#qp {