blob: 92178775608726eccccdffcb5ae9069af309425c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
#adminmenu {
text-align:center;
}
#adminmenu table {
display:inline-block;font-size:10pt;margin-top:2px;text-align:left;
}
#adminmenu a {
font-weight:bold;
}
label {
vertical-align:top;
}
dd p {
margin:0;
}
.managertable th,
.managertable td {
padding: 0.2em;
}
.managertable .recentpost {
vertical-align: top;
}
.managertable .recentinfo {
font-size: 0.9em;
opacity: 0.6;
}
.managertable .recentmsg {
line-height: 18px;
margin: 0.5em 0;
}
.managertable .actions {
font-size: 0.75em;
}
|