1
|
|
2
|
.privatemsg-message {
|
3
|
width: 100%;
|
4
|
max-width: 1000px;
|
5
|
}
|
6
|
|
7
|
.privatemsg-author-avatar {
|
8
|
float: left;
|
9
|
width: 20%;
|
10
|
padding-top: 2px;
|
11
|
text-align: center;
|
12
|
}
|
13
|
|
14
|
.privatemsg-message-column {
|
15
|
float: right;
|
16
|
overflow: visible;
|
17
|
width: 78%;
|
18
|
margin-bottom: 10px;
|
19
|
}
|
20
|
|
21
|
div.privatemsg-message-information {
|
22
|
border-bottom: 1px solid #C5C5C5;
|
23
|
width: 100%;
|
24
|
margin-bottom: 5px;
|
25
|
}
|
26
|
|
27
|
.privatemsg-author-name {
|
28
|
font-weight: bold;
|
29
|
padding-right: 1em;
|
30
|
font-size: 80%;
|
31
|
}
|
32
|
.privatemsg-message-date {
|
33
|
color: #777777;
|
34
|
padding-right: 1em;
|
35
|
font-size: 80%;
|
36
|
}
|
37
|
.privatemsg-message-body {
|
38
|
padding : 0;
|
39
|
overflow : visible;
|
40
|
margin-left: 10px;
|
41
|
}
|
42
|
|
43
|
.privatemsg-view-pager {
|
44
|
margin: 20px 0 20px 0;
|
45
|
padding-left: 0;
|
46
|
max-width: 300px;
|
47
|
}
|
48
|
|
49
|
div.privatemsg-message ul.privatemsg-message-actions {
|
50
|
padding: 0;
|
51
|
}
|
52
|
|
53
|
p.privatemsg-token-notice {
|
54
|
font-size: 80%;
|
55
|
font-style: italic;
|
56
|
}
|
57
|
|
58
|
span.privatemsg-token-invalid {
|
59
|
color: red;
|
60
|
}
|
61
|
|
62
|
span.privatemsg-token-valid {
|
63
|
font-weight: bold;
|
64
|
}
|
65
|
|
66
|
span.privatemsg-message-new {
|
67
|
float: right;
|
68
|
font-size: 80%;
|
69
|
font-weight:bold;
|
70
|
}
|