diff --git a/scp/css/scp.css b/scp/css/scp.css index 7be7e21822bbcfbbcd096ca1418b415d6e9592c4..6d9780787f9ceee27992d3eee9c41133240b096c 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -344,7 +344,7 @@ a.emailSettings { background:url(../images/icons/emails.png) } a.emailDiagnostic { background:url(../images/icons/email_diagnostic.gif) } a.banList { background:url(../images/icons/ban_list.gif) } -a.users { background:url(../images/icons/list_users.gif) } +a.users { background:url(../images/icons/user.gif) } a.newuser { background:url(../images/icons/new_user.gif) } a.groups { background:url(../images/icons/list_groups.gif) } a.teams { background:url(../images/icons/teams.gif) } @@ -397,12 +397,13 @@ a.Icon:hover { .Icon.lockedTicket { background:url(../images/icons/locked_ticket.gif) 0 0 no-repeat; } .Icon.editTicket { background-image: url(../images/icons/edit_ticket.png); } +.Icon.staffAssigned { background-image: url(../images/icons/user.gif); } +.Icon.teamAssigned { background-image: url(../images/icons/teams.png); } .Icon.newCategory { background-image: url(../images/icons/new_category.png); } .Icon.editCategory { background-image: url(../images/icons/edit_category.png); } .Icon.deleteCategory { background-image: url(../images/icons/delete_category.png); } .Icon.newFAQ { background-image: url(../images/icons/new_faq.png); } .Icon.newReply { background-image: url(../images/icons/new_reply.png); } - .Icon.file { background-image: url(../images/icons/file.gif); } .Icon.refresh { background-image: url(../images/icons/refresh.gif); } .Icon.note { diff --git a/scp/images/icons/user.gif b/scp/images/icons/user.gif new file mode 100644 index 0000000000000000000000000000000000000000..dcfc15993473a68b3f8060e05947c2ae38f9762b Binary files /dev/null and b/scp/images/icons/user.gif differ