Skip to content

Commit

Permalink
Added valid but unknown mx user
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwragg committed Sep 13, 2016
1 parent 3fe8b50 commit 56606c0
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,23 @@ limitations under the License.
vertical-align: middle;
}

.mx_AddressTile_unknownMx {
display: inline-block;
font-weight: 600;
padding-right: 11px;
}

.mx_AddressTile_unknownMxl.mx_AddressTile_justified {
width: 380px; /* name + id width */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
}

.mx_AddressTile_email {
display: inline-block;
font-weight: 600;
padding-right: 11px;
}

Expand Down
55 changes: 55 additions & 0 deletions src/skins/vector/img/icon-mx-user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56606c0

Please sign in to comment.