Rest of commit adding messagecomposer, and put li's in ul.

This commit is contained in:
David Baker 2015-06-16 10:41:05 +01:00
parent a0c5fb4a8b
commit b2843b09bc
2 changed files with 10 additions and 1 deletions

View file

@ -2,10 +2,17 @@
display: table-cell;
padding-left: 5px;
word-wrap: break-word;
position: relative;
padding-bottom: 70px
}
.mx_RoomView ul {
padding: 0px;
margin: 0px;
height: 100%;
overflow-y: scroll;
}
.mx_RoomView li {
list-style-type: none;
}