fix checkbox css

pull/653/head
Matthew Hodgson 2016-01-17 12:26:54 +00:00
parent a61afa0f31
commit 40d2018c17
1 changed files with 6 additions and 4 deletions

View File

@ -47,6 +47,7 @@ limitations under the License.
margin-bottom: 10px;
}
/*
.mx_RoomSettings input,
.mx_RoomSettings textarea {
border-radius: 3px;
@ -56,6 +57,11 @@ limitations under the License.
padding: 9px;
margin-top: 6px;
}
*/
.mx_RoomSettings .mx_RoomSettings_tags input[type="checkbox"] {
margin-left: 1em;
}
.mx_RoomSettings .mx_RoomSettings_roomColor {
display: inline-block;
@ -134,10 +140,6 @@ limitations under the License.
border-radius: 120px;
}
.mx_RoomSettings input[type="file"] {
border: none;
}
.mx_RoomSettings_buttons {
text-align: right;
margin-bottom: 16px;