Merge pull request #4830 from vector-im/dbkr/group_userlist

Group Membership UI
This commit is contained in:
Luke Barnard
2017-09-19 13:26:02 +01:00
committed by GitHub
7 changed files with 245 additions and 89 deletions

View File

@@ -70,8 +70,16 @@ limitations under the License.
flex: 1;
}
.mx_GroupView_saveButton, .mx_GroupView_cancelButton {
display: table-cell;
.mx_GroupView_header_rightCol {
display: flex;
}
.mx_GroupView_membership_buttonContainer {
margin-top: 10px;
}
.mx_GroupView_textButton {
display: inline-block;
}
.mx_GroupView_header_groupid {
@@ -126,6 +134,16 @@ limitations under the License.
top: 5px;
}
.mx_GroupView_invitedSection {
width: 70%;
padding: 20px;
border: 1px solid $group-alert-color;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
text-align: center;
}
.mx_GroupView_featuredThings {
margin-top: 20px;
}