forked from leftypol/leftypol
Mod log viewer
This commit is contained in:
parent
11d358e510
commit
9703adb0e7
3 changed files with 63 additions and 2 deletions
21
style.css
21
style.css
|
@ -332,4 +332,25 @@ div.boardlist a {
|
|||
}
|
||||
div.report {
|
||||
color: #333;
|
||||
}
|
||||
table.modlog {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
table.modlog tr td {
|
||||
text-align: left;
|
||||
margin: 0px;
|
||||
padding: 4px 15px 0 0;
|
||||
}
|
||||
table.modlog tr th {
|
||||
text-align: left;
|
||||
padding: 4px 15px 5px 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.modlog tr th {
|
||||
background: #98E;
|
||||
}
|
||||
td.minimal {
|
||||
width: 1%;
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue