Added justification for the AddressTile, when requested
parent
ace0e01d86
commit
48501d91d2
|
@ -60,12 +60,12 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
|
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
|
||||||
background-color: #ddd; /* selected colour */
|
background-color: #eaf5f0; /* selected colour */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
|
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
|
||||||
background-color: #ddd; /* selected colour */
|
background-color: #eaf5f0; /* selected colour */
|
||||||
border: solid 1px #ddd; /* selected colour */
|
border: solid 1px #eaf5f0; /* selected colour */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_cancel {
|
.mx_ChatInviteDialog_cancel {
|
||||||
|
|
|
@ -39,11 +39,25 @@ limitations under the License.
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AddressTile_name.mx_AddressTile_justified {
|
||||||
|
width: 120px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AddressTile_id {
|
.mx_AddressTile_id {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 11px;
|
padding-right: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AddressTile_id.mx_AddressTile_justified {
|
||||||
|
width: 200px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AddressTile_dismiss {
|
.mx_AddressTile_dismiss {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 11px;
|
padding-right: 11px;
|
||||||
|
|
Loading…
Reference in New Issue