2014-10-07 14:21:32 +00:00
|
|
|
#app > #chat {
|
2013-08-04 22:03:13 +00:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
2015-03-26 10:35:04 +00:00
|
|
|
display: none;
|
2012-11-04 10:49:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .well-chat {
|
|
|
|
padding: 8px 15px 0px 15px;
|
|
|
|
margin: 0px;
|
2013-08-04 22:03:13 +00:00
|
|
|
}
|