fix for #491 + #415a (floating chat icon) & fixed hidden authorship colors button on iOS

This commit is contained in:
0ip 2012-02-25 16:41:10 +01:00
parent e9858041a4
commit 9790598381
1 changed files with 5 additions and 2 deletions

View File

@ -816,8 +816,8 @@ ul#colorpickerswatches li:hover
#chaticon
{
z-index: 400;
position:absolute;
bottom:0px;
position: fixed;
bottom: 0px;
right: 20px;
padding: 5px;
border-left: 1px solid #999;
@ -1292,4 +1292,7 @@ label {
bottom: 33px;
right: 0;
}
.separator {
display: none;
}
}