]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8223 [verto_communicator] needs display inline-block and obviously the class in...
authorItalo Rossi <italorossib@gmail.com>
Sat, 26 Sep 2015 13:30:35 +0000 (10:30 -0300)
committerItalo Rossi <italorossib@gmail.com>
Sat, 26 Sep 2015 13:30:35 +0000 (10:30 -0300)
html5/verto/verto_communicator/src/css/verto.css
html5/verto/verto_communicator/src/partials/chat.html

index 4b305dda92141c27344ecf16149ee16f775e84ab..4bc9abae2b84d0c020df8204f1b5538f9958ae74 100644 (file)
@@ -13,6 +13,7 @@ body {
   overflow: hidden;
   white-space: nowrap;
   width: 160px;
+  display: inline-block;
 }
 
 .inline-block {
index 3d9b217f4c6eded78d970a2f1379d5fa69c7d01c..42ec623e408944f8c41a3f4bdbbbd99220a2e01a 100644 (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">