update: table - responsive ok. Need rework of scroll bar and breakpoints

This commit is contained in:
gaelle morin
2020-06-10 11:25:36 +02:00
parent cf080c7c71
commit e6d1ddc33c
6 changed files with 145 additions and 212 deletions

View File

@ -61,9 +61,9 @@
nested-field='circles'
fields='circle.name, circle.owner, leaveButton'
class-circle.name='w349 cell border cell-with-name'
class-circle.owner='w349 cell border cell-with-id-card'
class-leaveButton='w349 cell border cell-with-buttons'
class-circle.name='w349 border cell-with-name'
class-circle.owner='w349 border cell-with-id-card'
class-leaveButton='w349 border cell-with-buttons'
action-leaveButton="joinButton"
widget-leaveButton="hubl-admin-circle-leave-button"
@ -90,11 +90,11 @@
data-src=`${endpoints.circles || endpoints.get.circles}joinable/`
fields='name, owner, members'
class-name='w349 cell border cell-with-name'
class-owner='w349 cell border cell-with-id-card'
class-name='w349 border cell-with-name'
class-owner='w349 border cell-with-id-card'
widget-owner='hubl-circle-owner'
class-members='w349 cell border cell-with-buttons'
class-members='w349 border cell-with-buttons'
widget-members="hubl-admin-circle-join-button"
order-by="name"

View File

@ -82,10 +82,10 @@
data-src=`${endpoints.projects || endpoints.get.projects}`
fields='name, members, captain, buttons'
class-name='w262 cell border cell-with-name hashtag'
class-members='w262 cell border'
class-captain='w262 cell border cell-with-id-card'
class-buttons='w262 cell border cell-with-buttons'
class-name='w262 border cell-with-name hashtag'
class-members='w262 border'
class-captain='w262 border cell-with-id-card'
class-buttons='w262 border cell-with-buttons'
widget-buttons="admin-project-buttons"
action-buttons="buttons"

View File

@ -47,7 +47,7 @@
label-actions='Edit'
action-actions='admin-users-edit'
class-actions='w262 cell border cell-with-buttons'
class-actions='w262 border cell-with-buttons'
widget-actions='hubl-sib-action-custom'
order-by='username'