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

View file

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