Improved the user selection for messaging module.

This commit is contained in:
2017-03-03 11:08:38 +01:00
parent f5671bc190
commit 4cbdfeff06
5 changed files with 89 additions and 63 deletions

View File

@@ -1,4 +1,16 @@
.messaging-box fieldset {
resize: both;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
overflow: scroll;
height: 250px;
height: 50ex;
line-height: 2.5ex;
}
.messaging-box fieldset div {
width: 300px;
}
.messaging-box fieldset input[type="checkbox"] {
margin-right: 5px;
margin-left: 3px;
}

View File

@@ -1,6 +1,19 @@
.messaging-box {
fieldset {
resize: both;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
div {
width: 300px;
}
overflow:scroll;
height:250px;
height:50ex;
line-height: 2.5ex;
input[type="checkbox"] {
margin-right: 5px;
margin-left: 3px;
}
}
}