Proper truncating (with ellipsis) of chatroom names

This commit is contained in:
JC Brand 2013-10-08 09:09:17 +02:00
parent 8a2e4e83e7
commit a01d510249

View File

@ -482,12 +482,16 @@
margin-top: 0.5em;
}
#chatpanel #available-chatrooms dd {
#chatpanel dd.available-chatroom {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
width: 165px;
width: 175px;
}
#chatpanel dd.available-chatroom a.open-room {
width: 148px;
}
#chatpanel #available-chatrooms dt,