FS-8223 [verto_communicator] Fixing members list layout when callerid is too long.

This commit is contained in:
Italo Rossi 2015-09-26 10:20:32 -03:00
parent 90124856d4
commit 2ed70b1a72
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,13 @@ body {
padding-top: 60px;
}
.ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 160px;
}
.inline-block {
display: inline-block;
}

View File

@ -21,6 +21,7 @@
<span class="chat-members-avatar">
<img gravatar-size="40" gravatar-src-once="member.email" class="img-circle" ng-class="{'chat-member-talking': member.status.audio.talking, 'chat-member-muted': member.status.audio.muted}" />
</span>
<!-- FIXME(italo): Put this whole block in a flex box to avoid defining fixed width.-->
<h4 class="chat-members-name"><div class="members-name">{{ member.name }}</div> <small>({{ member.number }})</small></h4>
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
<div class="btn-group">