{style} {literal} .avatar_select_list{ text-align:left; padding:0 8px; } .avatar_select_list .ow_user_list_picture{ height:45px; } .avatar_select_list .ow_user_list_item{ cursor:pointer; } .avatar_select_list .ow_item_set3{ width:32%; } {/literal} {/style} {script} {literal} $('.ow_user_list_item').toggle(function() { var contactId = CONTACTIMPORTER_ContactList[this.id], contactUniq=contactId + '_check'; $(this).addClass('ow_mild_green'); $('#CONTACTIMPORTER_InviteForm').append(''); }, function() { var contactId = CONTACTIMPORTER_ContactList[this.id], contactUniq=contactId + '_check'; $('#' + contactUniq).remove(); $(this).removeClass('ow_mild_green'); }); {/literal} {/script}