Added error checking, and UI

pull/2181/head
wmwragg 2016-09-13 11:03:27 +01:00
parent bfd3ef0e44
commit f59dbe40ec
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ limitations under the License.
overflow-y: scroll;
}
.mx_ChatInviteDialog_error {
position: absolute;
color: #ff0064;
line-height: 36px;
}
.mx_ChatInviteDialog_cancel {
position: absolute;
right: 11px;