Merge branch 'master' into experimental

This commit is contained in:
Jon Atkins
2013-05-07 16:52:05 +01:00
60 changed files with 655 additions and 282 deletions

View File

@ -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;