improve e2e and scalar settings UI

pull/2210/head
Matthew Hodgson 2016-09-14 02:07:23 +01:00
parent 089951012b
commit ec05d1b9bd
1 changed files with 10 additions and 1 deletions

View File

@ -19,7 +19,8 @@ limitations under the License.
margin-bottom: 20px; margin-bottom: 20px;
} }
.mx_RoomSettings_leaveButton { .mx_RoomSettings_leaveButton,
.mx_RoomSettings_integrationsButton {
height: 36px; height: 36px;
background-color: #76cfa6; background-color: #76cfa6;
border-radius: 36px; border-radius: 36px;
@ -31,6 +32,14 @@ limitations under the License.
cursor: pointer; cursor: pointer;
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
}
.mx_RoomSettings_e2eIcon {
padding-left: 4px;
padding-right: 7px;
}
.mx_RoomSettings_leaveButton {
margin-right: 32px; margin-right: 32px;
} }