Add icons to group-join approval/rejection buttons

This commit is contained in:
Chimo 2015-12-04 17:00:35 +00:00
parent 831e9db7ec
commit b537696370
1 changed files with 10 additions and 0 deletions

View File

@ -2242,6 +2242,8 @@ button.close,
.form_user_add_peopletag input.submit,
.form_peopletag_subscribe input.submit,
.form_peopletag_unsubscribe input.submit,
.form_group_queue #approve,
.form_group_queue #cancel,
.notice-options .repeated,
.form_notice label.notice_data-geo,
button.minimize,
@ -2283,6 +2285,14 @@ background-repeat:no-repeat;
background-color:transparent;
}
.form_group_queue #approve {
background-position:2px -2174px;
}
.form_group_queue #cancel {
background-position:2px -2240px;
}
.form_group_leave input.submit,
.form_user_unsubscribe input.submit,
.form_user_remove_peopletag input.submit,