mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Get text-overflow working for our sidebar
This commit is contained in:
parent
3172d9d666
commit
720b25f380
@ -67,14 +67,6 @@ #chatOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#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 @@ .ajaxLoad {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bgFix {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chatSidebarTabs {
|
.chatSidebarTabs {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
@ -213,6 +201,7 @@ #sidebarContainer {
|
|||||||
|
|
||||||
#sidebarContainer a {
|
#sidebarContainer a {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatCopyright {
|
#chatCopyright {
|
||||||
|
Loading…
Reference in New Issue
Block a user