Subversion Repositories wimsdev

Rev

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
.tchat-user {
1
.msg_list{
3
        margin: 5px;
-
 
4
  display: block;
-
 
5
  position: relative;
-
 
6
        width: 500px;
2
  max-width: 500px;
7
        height: auto;
3
  margin:1em auto;
8
        background-color: lightyellow;
-
 
9
}
4
}
-
 
5
 
10
.tchat-supervisor {
6
.tchat-item{display: flex;margin: 5px 0;}
11
        margin: 5px;
7
.tchat-msg{flex-grow: 1;padding: .5em;}
12
  display: block;
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
  position: relative;
13
.tchat-username{font-weight: bold}
-
 
14
 
14
        width: 500px;
15
.tchat-date, .tchat-date2 {
15
        height: auto;
16
  font-size: 9pt;
16
        background-color: lightblue;
17
  color:#4D4D4D;
17
}
18
}
18
.tchat-date{
19
.tchat-date {
19
  font-size: 9pt;
-
 
20
  color:#666;
-
 
21
  position: absolute;
-
 
22
  right: -1px;
20
  float: right;
23
  bottom: -1px;
-
 
24
}
-
 
25
.tchat-date2{
-
 
26
  font-size: 9pt;
-
 
27
  color:#666;
-
 
28
}
21
}
29
</style>
-