fix: new classes added to admin-project (end)

This commit is contained in:
gaelle morin 2020-06-15 19:30:27 +02:00
parent 18bea2e3e6
commit 985764874a
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 2 additions and 3 deletions

View File

@ -71,7 +71,6 @@
/* Styles of the table and its elements */
.table {
border-bottom: 1px solid var(--color-table-border);
border-left: 1px solid var(--color-table-border);
border-right: 1px solid var(--color-table-border);
}

View File

@ -40,7 +40,7 @@
sib-widget(name='hubl-project-captain')
template
sib-display.user-thumb(
sib-display.user-thumb.is-spaced(
data-src='${await value}'
fields='account.picture, sup(name), sub(username)'
@ -53,7 +53,7 @@
sib-widget(name='hubl-project-admins')
template
sib-display(
sib-display.user-thumb.is-spaced(
data-src='${value}'
fields='user'
search-fields='is_admin'