Update user list title

This commit is contained in:
perroned 2014-07-24 07:42:17 -07:00
parent 49e05abebd
commit 44c16be891
2 changed files with 8 additions and 5 deletions

View File

@ -63,3 +63,10 @@
.user-entry tr:nth-child(even) {
background: #DADADA;
}
.userListHeader{
margin-left: 15px;
font-weight: bold;
font-size:16px;
font-style:italic;
}

View File

@ -2,12 +2,8 @@
{{#if getInSession "display_usersList"}}
<div class="users-list-container">
<div class="mygrid-wrapper-div">
<span class="userListHeader">Participants: <i>{{getMeetingSize}} Users</i></span>
<table class="table table-hover">
<thead>
<th>
Participants: <i>{{getMeetingSize}} users</i>
</th>
</thead>
<!-- Retrieve all users in the meeting -->
<tbody class="user-entry">
{{#each getUsersInMeeting}}