Rev 15061 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
15261 | obado | 1 | .msg_list{ |
2 | max-width: 500px; |
||
3 | margin:1em auto; |
||
15061 | bpr | 4 | } |
15261 | obado | 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 { |
||
15061 | bpr | 16 | font-size: 9pt; |
15261 | obado | 17 | color:#4D4D4D; |
15061 | bpr | 18 | } |
15261 | obado | 19 | .tchat-date { |
20 | float: right; |
||
15061 | bpr | 21 | } |