forked from GNUsocial/gnu-social
		
	Merge branch 'group-join-approve-reject-button-icons' into 'nightly'
Add icons to group-join approval/rejection buttons Relates to #106 See merge request !66
This commit is contained in:
		| @@ -2242,6 +2242,8 @@ button.close, | |||||||
| .form_user_add_peopletag input.submit, | .form_user_add_peopletag input.submit, | ||||||
| .form_peopletag_subscribe input.submit, | .form_peopletag_subscribe input.submit, | ||||||
| .form_peopletag_unsubscribe input.submit, | .form_peopletag_unsubscribe input.submit, | ||||||
|  | .form_group_queue #approve, | ||||||
|  | .form_group_queue #cancel, | ||||||
| .notice-options .repeated, | .notice-options .repeated, | ||||||
| .form_notice label.notice_data-geo, | .form_notice label.notice_data-geo, | ||||||
| button.minimize, | button.minimize, | ||||||
| @@ -2283,6 +2285,14 @@ background-repeat:no-repeat; | |||||||
| background-color:transparent; | 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_group_leave input.submit, | ||||||
| .form_user_unsubscribe input.submit, | .form_user_unsubscribe input.submit, | ||||||
| .form_user_remove_peopletag input.submit, | .form_user_remove_peopletag input.submit, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user