1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Get text-overflow working for our sidebar

This commit is contained in:
Tim Düsterhus 2012-02-04 22:37:54 +01:00
parent 3172d9d666
commit 720b25f380

View File

@ -67,14 +67,6 @@ #chatOptions {
}
#chatUserList {
> li > .bgFix a {
background: {
position: 15px center;
repeat: no-repeat;
size: 16px auto;
}
}
.chatUserMenu {
display: none;
li {
@ -116,10 +108,6 @@ .ajaxLoad {
}
}
.bgFix {
display: block;
}
.chatSidebarTabs {
height: 32px;
z-index: 101;
@ -213,6 +201,7 @@ #sidebarContainer {
#sidebarContainer a {
outline: none;
overflow: hidden;
}
#chatCopyright {