mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Changed sidebartabs a bit
This commit is contained in:
parent
c316180ddd
commit
86d7c795c5
@ -146,21 +146,28 @@
|
|||||||
|
|
||||||
.chatSidebarTabs {
|
.chatSidebarTabs {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: #FFFFFF;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 250px;
|
||||||
|
z-index: 150;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatSidebarTabs ul li {
|
.chatSidebarTabs ul li {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 1px solid #BBCCDD;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatSidebarTabs ul li a {
|
.chatSidebarTabs ul li a {
|
||||||
padding: 7px 0px 0px 0px;
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-bottom: 1px solid #FFFFFF;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
height: 23px;
|
height: 17px;
|
||||||
background-color: rgba(0, 0, 0, 0.05);
|
padding: 3px 0 0;
|
||||||
|
|
||||||
|
-moz-transition-property: border-radius, background-color, height, font-size; -moz-transition-duration: .2s;
|
||||||
|
-webkit-transition-property: border-radius, background-color, height, font-size; -webkit-transition-duration: .2s;
|
||||||
|
transition-property: border-radius, background-color, height, font-size; transition-duration: .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatSidebarTabs ul li:first-child a {
|
.chatSidebarTabs ul li:first-child a {
|
||||||
@ -168,10 +175,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chatSidebarTabs ul li.active a {
|
.chatSidebarTabs ul li.active a {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border-bottom: 1px solid #BBCCDD;
|
||||||
|
border-radius: 0 0 7px 7px;
|
||||||
|
color: #000000;
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
height: 23px;
|
||||||
background-color: #FFFFFF;
|
padding: 7px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chatSidebarTabs ul li:first-child.active a {
|
||||||
|
border-radius: 0 0 7px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chatSidebarTabs ul li:last-child.active a {
|
||||||
|
border-radius: 0 0 0 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatRoomList {
|
#chatRoomList {
|
||||||
@ -182,6 +201,8 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 420px;
|
height: 420px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-top: 22px;
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
Loading…
Reference in New Issue
Block a user