Display the list of groups of a user

This commit is contained in:
Pierre HUBERT
2018-07-10 14:35:44 +02:00
parent b67f3b055f
commit 59c917f599
3 changed files with 99 additions and 1 deletions

View File

@ -9,4 +9,22 @@
margin: auto;
text-align: center;
padding-top: 50px;
}
}
.groups-main-page .group-item {
text-align: justify;
margin-top: 10px;
}
.groups-main-page .group-item .group-icon {
max-width: 50px;
margin-right: 10px;
}
.groups-main-page .group-item div {
display: inline-block;
}
.groups-main-page .group-item .group-name {
width: 180px;
}