1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-04-09 12:04:53 +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 @@
} }
#chatUserList { #chatUserList {
> li > .bgFix a {
background: {
position: 15px center;
repeat: no-repeat;
size: 16px auto;
}
}
.chatUserMenu { .chatUserMenu {
display: none; display: none;
li { li {
@ -116,10 +108,6 @@
} }
} }
.bgFix {
display: block;
}
.chatSidebarTabs { .chatSidebarTabs {
height: 32px; height: 32px;
z-index: 101; z-index: 101;
@ -213,6 +201,7 @@
#sidebarContainer a { #sidebarContainer a {
outline: none; outline: none;
overflow: hidden;
} }
#chatCopyright { #chatCopyright {