do the chat resize without hiding the pad text

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 18:18:50 +01:00
parent d812557445
commit 13c10013b9
3 changed files with 18 additions and 2 deletions

View file

@ -1072,3 +1072,16 @@ margin-top: 1px;
{
width:27px !important;
}
#focusprotector
{
z-index: 100;
position: absolute;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
background-color: white;
opacity:0.01;
display:none;
}