mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 15:46:23 -07:00
Add filter enabling/disabling
This commit is contained in:
parent
e3a4efd9c0
commit
fa56d500b8
5 changed files with 147 additions and 30 deletions
|
@ -324,8 +324,12 @@ table.mgmt-table {
|
|||
margin-top: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
table.mgmt-table td.table-actions {
|
||||
table.mgmt-table td.table-actions, table.mgmt-table col.row-actions, table.mgmt-table col.row-staff {
|
||||
text-align: center;
|
||||
width: 7%;
|
||||
}
|
||||
table.mgmt-table col.row-date {
|
||||
width: 20%;
|
||||
}
|
||||
table.mgmt-table th {
|
||||
padding: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue