Merge branch 'master' into experimental
This commit is contained in:
@ -30,6 +30,7 @@ body {
|
||||
#chatcontrols {
|
||||
height: 38px;
|
||||
width: 100%;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* hide shrink button */
|
||||
@ -52,7 +53,7 @@ body {
|
||||
#chat {
|
||||
left:0;
|
||||
right:0;
|
||||
top:37px !important;
|
||||
top: 1px !important;
|
||||
bottom:30px;
|
||||
width: auto;
|
||||
}
|
||||
@ -66,15 +67,21 @@ body {
|
||||
width: 77px;
|
||||
}
|
||||
|
||||
#chatcontrols a.active {
|
||||
border-color: #FFCE00;
|
||||
border-bottom-width:0px;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
|
||||
#chatcontrols a.active + a {
|
||||
border-left-color: #FFCE00
|
||||
}
|
||||
|
||||
#sidebartoggle {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#scrollwrapper {
|
||||
top: 36px;
|
||||
bottom: 0;
|
||||
max-height: none !important;
|
||||
width: 100% !important;
|
||||
|
Reference in New Issue
Block a user