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
+4 -6
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;
}
+1 -1
View File
@@ -2,5 +2,5 @@
background-color: #eee;
font-weight: bold;
height: 1em;
padding: 5px;
padding: 0px;
}