Continue working on filters
This commit is contained in:
parent
25862acd72
commit
6eaa9a45d0
7 changed files with 201 additions and 61 deletions
|
|
@ -154,7 +154,7 @@ html, body {
|
|||
border-left: 0;
|
||||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code {
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
|
|
@ -162,6 +162,10 @@ html, body {
|
|||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
}
|
||||
|
||||
#filteredit td {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.userlist_siteadmin {
|
||||
color: #cc0000;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue