Added new Invite button in the RHS footer

This commit is contained in:
wmwragg 2016-09-13 14:27:23 +01:00
parent acdcb21830
commit 768f11fe58
2 changed files with 37 additions and 0 deletions

View file

@ -103,3 +103,26 @@ limitations under the License.
-webkit-flex: 0 0 60px;
flex: 0 0 60px;
}
.mx_RightPanel_footer .mx_RightPanel_invite {
line-height: 35px;
font-size: 14px;
color: #454545;
padding-top: 13px;
padding-left: 5px;
}
.mx_RightPanel_invite .mx_RightPanel_icon {
display: inline-block;
cursor: pointer;
}
.mx_RightPanel_invite .mx_RightPanel_icon object {
pointer-events: none;
}
.mx_RightPanel_invite .mx_RightPanel_message {
display: inline-block;
vertical-align: top;
padding-left: 10px
}