Merge pull request #1664 from ether/sticky-chat

Option to enable Sticky chat from the chat dialogue
This commit is contained in:
John McLear 2013-03-26 13:12:01 -07:00
commit cee1ead8f6
3 changed files with 30 additions and 3 deletions

View file

@ -559,6 +559,15 @@ table#otheruserstable {
margin: 4px 0 0 4px;
position: absolute;
}
#titlesticky{
font-size: 10px;
padding-top:2px;
float: right;
text-align: right;
text-decoration: none;
cursor: pointer;
color: #555;
}
#titlecross {
font-size: 25px;
float: right;