implement bottom-right call button

This commit is contained in:
Matthew Hodgson 2015-10-25 01:03:22 +00:00
parent d8bc362a89
commit 28c3787fb3
10 changed files with 25 additions and 7 deletions

View file

@ -75,13 +75,19 @@ limitations under the License.
color: #76cfa6;
}
.mx_MessageComposer_upload {
.mx_MessageComposer_upload,
.mx_MessageComposer_call {
display: table-cell;
vertical-align: middle;
padding-right: 15px;
padding-right: 20px;
cursor: pointer;
}
.mx_MessageComposer_call {
padding-right: 10px;
padding-top: 3px;
}
.mx_MessageComposer_upload img {
margin-top: 5px;
}