Merge pull request #332 from MayhemYDG/ellipsis

appchan uses `#watcher { 248px; }` so I copied that sort of.
This commit is contained in:
James Campos 2011-10-14 18:04:23 -07:00
commit 42c6877a51
2 changed files with 8 additions and 6 deletions

View File

@ -3244,13 +3244,14 @@
\ \
#watcher {\ #watcher {\
position: absolute;\ position: absolute;\
width: 250px;\
overflow: hidden;\
white-space: nowrap;\
}\ }\
#watcher > div {\ #watcher > div {\
overflow: hidden;\
padding-right: 5px;\ padding-right: 5px;\
padding-left: 5px;\ padding-left: 5px;\
text-overflow: ellipsis;\
max-width: 200px;\
white-space: nowrap;\
}\ }\
#watcher > div.move {\ #watcher > div.move {\
text-decoration: underline;\ text-decoration: underline;\

View File

@ -2505,13 +2505,14 @@ Main =
#watcher { #watcher {
position: absolute; position: absolute;
width: 250px;
overflow: hidden;
white-space: nowrap;
} }
#watcher > div { #watcher > div {
overflow: hidden;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
text-overflow: ellipsis;
max-width: 200px;
white-space: nowrap;
} }
#watcher > div.move { #watcher > div.move {
text-decoration: underline; text-decoration: underline;