FS-8223 [verto_communicator] needs display inline-block and obviously the class in the element.

This commit is contained in:
Italo Rossi 2015-09-26 10:30:35 -03:00
parent 2ed70b1a72
commit 8796acd80d
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ body {
overflow: hidden;
white-space: nowrap;
width: 160px;
display: inline-block;
}
.inline-block {

View File

@ -22,7 +22,7 @@
<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>
<h4 class="chat-members-name"><div class="members-name">{{ member.name }}</div> <small class="ellipsis">({{ member.number }})</small></h4>
<div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
<div class="btn-group">
<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">