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

@ -58,7 +58,7 @@ a:visited {
}
.mx_ContextualMenu {
border: 1px solid #a9dbf4;
border: 1px solid #a4a4a4;
border-radius: 8px;
background-color: #fff;
color: #747474;
@ -160,7 +160,7 @@ a:visited {
.mx_QuestionDialogTitle {
min-height: 16px;
padding: 12px;
border-bottom: 1px solid #a9dbf4;
border-bottom: 1px solid #a4a4a4;
font-weight: bold;
font-size: 20px;
line-height: 1.4;

View file

@ -97,7 +97,7 @@ limitations under the License.
visibility: hidden;
border: 0px;
outline: none;
margin-top: 3px;
margin-bottom: 3px;
}
.mx_EventTile:hover .mx_EventTile_editButton {

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;
}

View file

@ -17,7 +17,7 @@ limitations under the License.
.mx_RoomTooltip {
display: none;
position: fixed;
border: 1px solid #a9dbf4;
border: 1px solid #a4a4a4;
border-radius: 8px;
background-color: #fff;
z-index: 1000;

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_IncomingCallBox {
text-align: center;
border: 1px solid #a9dbf4;
border: 1px solid #a4a4a4;
border-radius: 8px;
background-color: #fff;
position: absolute;