CSS tweakage

This commit is contained in:
David Baker 2015-06-17 15:46:04 +01:00
parent b35461f5c0
commit 6542201ac6
5 changed files with 53 additions and 22 deletions

View file

@ -1,12 +1,10 @@
.mx_MessageComposer {
position: absolute;
bottom: 5px;
right: 0px;
left: 0px;
width: 100%;
height: 36px;
}
.mx_MessageComposer textarea {
position: absolute;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px;
}