trabajo-afectivo/app/assets/stylesheets/custom/chat.css
2015-11-03 16:09:53 +01:00

11 lines
145 B
CSS

#app > #chat {
position: fixed;
bottom: 0;
right: 0;
display: none;
}
#chat .well-chat {
padding: 8px 15px 0px 15px;
margin: 0px;
}