Subversion Repositories wimsdev

Rev

Rev 15061 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. .msg_list{
  2.   max-width: 500px;
  3.   margin:1em auto;
  4. }
  5.  
  6. .tchat-item{display: flex;margin: 5px 0;}
  7. .tchat-msg{flex-grow: 1;padding: .5em;}
  8. .tchat-user {background-color: lightyellow;}
  9. .tchat-supervisor {background-color: lightblue;}
  10. .tchat-hidden {background-color: #DFDFDF}
  11.  
  12. .tchat-status{font-size: 90%;float:right;font-style: italic;}
  13. .tchat-username{font-weight: bold}
  14.  
  15. .tchat-date, .tchat-date2 {
  16.   font-size: 9pt;
  17.   color:#4D4D4D;
  18. }
  19. .tchat-date {
  20.   float: right;
  21. }
  22.