Update user list title
This commit is contained in:
parent
49e05abebd
commit
44c16be891
@ -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;
|
||||
}
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user