Mod log viewer

This commit is contained in:
Savetheinternet
2011-03-02 17:51:29 +11:00
parent 11d358e510
commit 9703adb0e7
3 changed files with 63 additions and 2 deletions

View File

@@ -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;
}