David Baker 2016-03-23 15:15:38 +00:00
parent 8cbc8db1cb
commit 66e36e9d40
1 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,16 @@ limitations under the License.
display: block;
}
.mx_MessageComposer_noperm_error {
display: table-cell;
width: 100%;
vertical-align: middle;
height: 70px;
text-align: center;
font-style: italic;
color: #888;
}
.mx_MessageComposer_input {
display: table-cell;
width: 100%;