1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

ban/unban buttons added to profile

several css tweaks
changed administratorIPs to PrivilegedClients
added time step references to profile page
This commit is contained in:
RaidMax
2018-03-26 23:54:20 -05:00
parent d7fbade5fd
commit 106e925bca
18 changed files with 349 additions and 57 deletions

View File

@ -6085,3 +6085,15 @@ a.link-inverse:hover {
border-left: 0;
border-right: 0; }
.close {
text-shadow: none !important; }
.modal-footer {
border-top-color: #fd7e14; }
.modal-header {
border-bottom-color: #fd7e14; }
form * {
border-radius: 0 !important; }

File diff suppressed because one or more lines are too long