Merge pull request #1249 from vector-im/dbkr/disable_composer_if_no_permission

CSS for https://github.com/matrix-org/matrix-react-sdk/pull/247
This commit is contained in:
Richard van der Hoff 2016-03-24 11:44:16 +00:00
commit b6e4c59877

View File

@ -37,6 +37,20 @@ limitations under the License.
display: block;
}
.mx_MessageComposer_composecontrols {
width: 100%;
}
.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%;