Orgs: styling tweaks to make member list a bit nicer

This commit is contained in:
Sybren A. Stüvel 2017-08-24 10:36:44 +02:00
parent 65518f2208
commit cd417bb9db

View File

@ -124,7 +124,11 @@
i.pi-trash i.pi-trash
| {% endif %} | {% endif %}
| {% endif %} | {% endif %}
| {% else %}
li
p.small No members yet
| {% endfor %} | {% endfor %}
| {% if organization.unknown_members %}
h5 Pending members (i.e. without Blender Cloud account) h5 Pending members (i.e. without Blender Cloud account)
ul.sharing-users-list.unknown-members ul.sharing-users-list.unknown-members
| {% for email in organization.unknown_members %} | {% for email in organization.unknown_members %}
@ -139,7 +143,7 @@
i.pi-trash i.pi-trash
| {% endif %} | {% endif %}
| {% endfor %} | {% endfor %}
| {% endif %}
| {% if can_edit %} | {% if can_edit %}
h5 Batch-add members by email address h5 Batch-add members by email address
form#batch_add_form(onsubmit="return batchAddUsers()") form#batch_add_form(onsubmit="return batchAddUsers()")