create-circle: table-headers ok

This commit is contained in:
Gaëlle Morin 2019-10-30 16:42:51 +01:00
parent 2c4ce4127b
commit 57045b44e3
2 changed files with 5 additions and 6 deletions

View File

@ -49,8 +49,6 @@
sib-display.table-body(
data-src=`${endpoints.circles}`
fields="name, own(owner.account.picture, owner.name), buttons(members, button)"
search-fields="name"
search-label-name="Search a Circle"
multiple-groups=""
widget-members="circle-admin-leave-button-template"

View File

@ -1,4 +1,5 @@
#circle-edit {
#circle-edit,
#admin-circle-list {
.table-header {
background: $color-228-25-79;
@ -10,14 +11,14 @@
text-align: center;
>*{
border-right: 1px solid $color-228-25-79;
border-right: 1px solid white;
flex: 1;
padding: 1rem;
width: 50%;
}
>*:last-of-type {
border-left: 1px solid white;
border-right: 1px solid $color-228-25-79;
@media (max-width: 1220px) {
display: none;
@ -37,12 +38,12 @@
sib-display {
border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79;
padding: 0 2.2rem;
}
sib-ac-checker {
align-items: center;
border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79;
display: flex;
justify-content: flex-end;