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

19 lines
207 B
CSS
Raw Normal View History

2012-11-04 10:49:59 +00:00
#chat {
2013-08-04 22:03:13 +00:00
position: fixed;
bottom: 0;
right: 0;
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
}
.chat {
padding: 0px 14px;
width: 200px;
margin-bottom: 0;
z-index: 1040;
}