1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

improve help display and add supported games list

This commit is contained in:
RaidMax
2022-07-25 10:21:08 -05:00
parent 806491757c
commit 57cefc2b30
2 changed files with 119 additions and 47 deletions

View File

@ -452,3 +452,22 @@ img.social-icon {
min-width: 1.2rem;
margin-right: 0.75rem;
}
table.no-cell-divider tr {
//border: none !important;
border-color: transparent !important;
}
table.no-cell-divider td, table.no-cell-divider th {
padding: 0.25rem 1.5rem;
font-weight: normal;
}
table.no-cell-divider td.first-row, table.no-cell-divider th.first-row {
padding-top: 1.5rem;
}
table.no-cell-divider td.last-row, table.no-cell-divider th.last-row {
padding-bottom: 1.5rem;
}