Add a notice when the user does not belong to any group.

This commit is contained in:
Pierre HUBERT
2018-09-02 14:20:32 +02:00
parent 4860ee6623
commit 6588b3d13a
2 changed files with 17 additions and 1 deletions

View File

@ -11,6 +11,11 @@
padding-top: 50px;
}
.groups-main-page .no-group-notice {
margin-top: 10px;
text-align: center;
}
.groups-main-page .group-item {
text-align: justify;
margin-top: 10px;