More CSS for group membership lifecycle

pull/4830/head
David Baker 2017-08-21 19:34:31 +01:00
parent 07b6e215a1
commit 013f2ce66a
1 changed files with 16 additions and 2 deletions

View File

@ -74,8 +74,12 @@ limitations under the License.
display: flex;
}
.mx_GroupView_saveButton, .mx_GroupView_cancelButton {
display: table-cell;
.mx_GroupView_membership_buttonContainer {
margin-top: 10px;
}
.mx_GroupView_textButton {
display: inline-block;
}
.mx_GroupView_header_groupid {
@ -130,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;
}