roomsettings layout tweaks

pull/668/head
Matthew Hodgson 2016-01-18 19:58:02 +00:00
parent 3b8e5073b5
commit 3e8c6a42d3
2 changed files with 16 additions and 2 deletions

View File

@ -16,8 +16,8 @@ limitations under the License.
/* add 20px to the height of the header when editing */
.mx_RoomHeader_editing {
-webit-flex: 0 0 103px ! important;
flex: 0 0 103px ! important;
-webit-flex: 0 0 93px ! important;
flex: 0 0 93px ! important;
}
.mx_RoomHeader_wrapper {

View File

@ -59,8 +59,22 @@ limitations under the License.
}
*/
.mx_RoomSettings .mx_RoomSettings_toggles label {
margin-bottom: 10px;
display: block;
}
.mx_RoomSettings .mx_RoomSettings_toggles input[type="checkbox"] {
margin-right: 7px;
}
.mx_RoomSettings .mx_RoomSettings_tags input[type="checkbox"] {
margin-left: 1em;
margin-right: 7px;
}
.mx_RoomSettings .mx_RoomSettings_tags {
margin-bottom: 10px;
}
.mx_RoomSettings .mx_RoomSettings_roomColor {