trabajo-afectivo/app/assets/stylesheets/custom/chat.css

12 lines
145 B
CSS
Raw Normal View History

#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
}