chat.css 214 B

123456789101112131415161718
  1. #app > #chat {
  2. position: fixed;
  3. bottom: 0;
  4. right: 0;
  5. }
  6. #chat .well-chat {
  7. padding: 8px 15px 0px 15px;
  8. margin: 0px;
  9. }
  10. .chat {
  11. padding: 0px 14px;
  12. width: 200px;
  13. margin-bottom: 0;
  14. z-index: 1040;
  15. }