Add toggle to alter visibility of room-group association

This commit is contained in:
Luke Barnard 2017-11-02 13:40:07 +00:00
parent 2163a54617
commit c01ea56676
5 changed files with 75 additions and 6 deletions

View file

@ -94,3 +94,13 @@ limitations under the License.
cursor: pointer;
}
.mx_MemberInfo label {
font-size: 13px;
}
.mx_MemberInfo input[type="radio"] {
vertical-align: -2px;
margin-right: 5px;
margin-left: 8px;
}