Added justification for the AddressTile, when requested

pull/2110/head
wmwragg 2016-09-07 10:55:31 +01:00
parent ace0e01d86
commit 48501d91d2
2 changed files with 17 additions and 3 deletions

View File

@ -60,12 +60,12 @@ limitations under the License.
}
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
background-color: #ddd; /* selected colour */
background-color: #eaf5f0; /* selected colour */
}
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
background-color: #ddd; /* selected colour */
border: solid 1px #ddd; /* selected colour */
background-color: #eaf5f0; /* selected colour */
border: solid 1px #eaf5f0; /* selected colour */
}
.mx_ChatInviteDialog_cancel {

View File

@ -39,11 +39,25 @@ limitations under the License.
font-weight: 600;
}
.mx_AddressTile_name.mx_AddressTile_justified {
width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mx_AddressTile_id {
display: inline-block;
padding-right: 11px;
}
.mx_AddressTile_id.mx_AddressTile_justified {
width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mx_AddressTile_dismiss {
display: inline-block;
padding-right: 11px;