Basic address list created, and UX tweaks for interaction

pull/2110/head
wmwragg 2016-09-06 15:24:37 +01:00
parent 6153e795bf
commit a41a8d32b8
2 changed files with 13 additions and 1 deletions

View File

@ -33,6 +33,17 @@ limitations under the License.
padding-top: 2px;
}
.mx_ChatInviteDialog_queryList {
position: absolute;
background-color: #fff;
border: 0;
}
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
background-color: #fff;
border: solid 1px #fff;
}
.mx_ChatInviteDialog_cancel {
position: absolute;
right: 11px;

View File

@ -41,12 +41,13 @@ limitations under the License.
.mx_AddressTile_id {
display: inline-block;
padding-right: 11px;
}
.mx_AddressTile_dismiss {
display: inline-block;
padding-right: 11px;
padding-left: 12px;
padding-left: 1px;
}
.mx_AddressTile_dismiss object {