Rev 15061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15061 | Rev 15261 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | <style> |
- | |
2 |
|
1 | .msg_list{ |
3 | margin: 5px; |
- | |
4 | display: block; |
- | |
5 | position: relative; |
- | |
6 |
|
2 | max-width: 500px; |
7 |
|
3 | margin:1em auto; |
8 | background-color: lightyellow; |
- | |
9 | } |
4 | } |
- | 5 | ||
10 | .tchat- |
6 | .tchat-item{display: flex;margin: 5px 0;} |
11 |
|
7 | .tchat-msg{flex-grow: 1;padding: .5em;} |
12 |
|
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 |
|
13 | .tchat-username{font-weight: bold} |
- | 14 | ||
14 |
|
15 | .tchat-date, .tchat-date2 { |
15 |
|
16 | font-size: 9pt; |
16 |
|
17 | color:#4D4D4D; |
17 | } |
18 | } |
18 | .tchat-date{ |
19 | .tchat-date { |
19 | font-size: 9pt; |
- | |
20 | color:#666; |
- | |
21 | position: absolute; |
- | |
22 |
|
20 | float: right; |
23 | bottom: -1px; |
- | |
24 | } |
- | |
25 | .tchat-date2{ |
- | |
26 | font-size: 9pt; |
- | |
27 | color:#666; |
- | |
28 | } |
21 | } |
29 | </style> |
- |