mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
parent
85be70c33d
commit
33d2ebad1a
@ -325,10 +325,45 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatSidebarTabContainer {
|
#sidebarContent {
|
||||||
|
fieldset {
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
ul {
|
||||||
|
> li {
|
||||||
|
> a {
|
||||||
|
padding: @wcfGapTiny @wcfGapMedium @wcfGapTiny @wcfGapLarge;
|
||||||
|
height: 24px; // height of avatar image
|
||||||
|
}
|
||||||
|
|
||||||
|
> a:before {
|
||||||
|
display: inline-block;
|
||||||
|
content: "";
|
||||||
|
height: 100%;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
> &.active {
|
||||||
|
margin-top: @wcfGapSmall;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ul:not(.dropdownMenu) {
|
||||||
|
> li {
|
||||||
|
margin-top: @wcfGapSmall;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#timsChatUserList {
|
#timsChatUserList {
|
||||||
.timsChatUser {
|
.timsChatUser {
|
||||||
> a {
|
> a {
|
||||||
|
background: @wcfContentBackgroundColor;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-right: @wcfGapSmall;
|
margin-right: @wcfGapSmall;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user