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:
@ -75,4 +75,20 @@ a.link-inverse:hover {
|
||||
border-color: $primary;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.close {
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
border-top-color: $orange;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border-bottom-color: $orange;
|
||||
}
|
||||
|
||||
form * {
|
||||
border-radius: 0 !important;
|
||||
}
|
@ -70,10 +70,6 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.profile-meta-entry {
|
||||
|
||||
}
|
||||
|
||||
.penalties-color-kick,
|
||||
.penalties-color-unban {
|
||||
color: rgba(116, 147, 99, 1);
|
||||
@ -101,22 +97,20 @@
|
||||
|
||||
#profile_aliases_btn {
|
||||
position: relative;
|
||||
top: auto;
|
||||
margin-top: 0.7em;
|
||||
top: -2px;
|
||||
font-size: 0.5em;
|
||||
color: rgb(0, 122, 204);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#profile_aliases_btn:hover {
|
||||
color: white;
|
||||
opacity: 0.75;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#profile_aliases {
|
||||
position: relative;
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
#profile_avatar {
|
||||
@ -141,19 +135,26 @@
|
||||
border-bottom: 2px rgb(0, 122, 204) solid;
|
||||
}
|
||||
|
||||
.profile-event-timestep {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
#profile_level > span.level {
|
||||
color: rgba(236, 130, 222, 0.69);
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#profile_wrapper {
|
||||
border-bottom: 2px rgb(0, 122, 204) solid;
|
||||
}
|
||||
|
||||
#profile_name {
|
||||
|
||||
.profile-action {
|
||||
font-size: 0.5em;
|
||||
padding-left: 0.25em;
|
||||
cursor: pointer;
|
||||
top: -2px !important;
|
||||
}
|
||||
|
||||
#profile_info > .text-muted {
|
||||
|
||||
.profile-action:hover{
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
Reference in New Issue
Block a user