1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Changed sidebar ...

This commit is contained in:
max-m 2011-12-22 22:36:48 +01:00
parent fdfd3169d4
commit b3bd893cc6

View File

@ -146,10 +146,6 @@
.chatSidebarTabs { .chatSidebarTabs {
height: 30px; height: 30px;
position: absolute;
top: 0;
width: 250px;
z-index: 150;
} }
.chatSidebarTabs ul li { .chatSidebarTabs ul li {
@ -161,7 +157,8 @@
.chatSidebarTabs ul li a { .chatSidebarTabs ul li a {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
color: #666666; color: rgba(0, 0, 0, 0.4);
text-shadow: none;
height: 17px; height: 17px;
padding: 3px 0 0; padding: 3px 0 0;
@ -201,8 +198,6 @@
overflow-y: auto; overflow-y: auto;
height: 420px; height: 420px;
width: 100%; width: 100%;
margin-top: 22px;
padding-top: 10px;
} }
.hidden { .hidden {
@ -268,10 +263,10 @@
<span class="bgFix"><a class="chatUserLink" href="javascript:;">User {$user}</a></span> <span class="bgFix"><a class="chatUserLink" href="javascript:;">User {$user}</a></span>
<ul class="chatUserMenu"> <ul class="chatUserMenu">
<li> <li>
<a href="javascript:;">{lang}wcf.chat.query{/lang}</a> <a href="javascript:;">Query</a>
<a href="javascript:;">{lang}wcf.chat.kick{/lang}</a> <a href="javascript:;">Kick</a>
<a href="javascript:;">{lang}wcf.chat.ban{/lang}</a> <a href="javascript:;">Ban</a>
<a href="{link controller="User" id=$user}{/link}">{lang}wcf.chat.profile{/lang}</a> <a href="{link controller="User" id=$user}{/link}">Profile</a>
</li> </li>
</ul> </ul>
</li> </li>