Merge pull request #490 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:bugfix/FS-8146-long-names-breaks-member-list to master

* commit 'cf7cdb256412ddbfcfdbae149d2b4f77b538b15a':
  FS-8146 - [verto_communicator] fix loong names in members list
This commit is contained in:
Ítalo Rossi 2015-09-18 07:44:21 -05:00
commit 3802054e66
2 changed files with 9 additions and 2 deletions

View File

@ -842,6 +842,13 @@ body .modal-body .btn-group .btn.active {
/*color: #DDD;*/
}
.members-name {
width: 183px;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
}
.chat-members .chat-member-item {
padding: 8px 16px;
height: 56px;
@ -873,7 +880,7 @@ body .modal-body .btn-group .btn.active {
margin: 0;
font-size: 16px;
display: inline-block;
line-height: 40px;
line-height: 18px;
}
.chat-members .chat-members-status i {

View File

@ -21,7 +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>
<h4 class="chat-members-name">{{ member.name }} <small>({{ member.number }})</small></h4>
<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">
<button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">