Fixing up some UI
This commit is contained in:
parent
30bae7c80f
commit
efb2177b2b
@ -29,12 +29,9 @@
|
||||
border-bottom:1px solid #f2f2f2;
|
||||
list-style-type: none;
|
||||
}
|
||||
.user-wrapper {
|
||||
.user-wrapper {
|
||||
|
||||
}
|
||||
.user-wrapper:nth-child(even) {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
}
|
||||
|
||||
.users-list-container {
|
||||
@ -62,3 +59,7 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.user-entry tr:nth-child(even) {
|
||||
background: #DADADA;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
</th>
|
||||
</thead>
|
||||
<!-- Retrieve all users in the meeting -->
|
||||
<tbody>
|
||||
<tbody class="user-entry">
|
||||
{{#each getUsersInMeeting}}
|
||||
<tr>
|
||||
{{> userItem}}
|
||||
|
Loading…
Reference in New Issue
Block a user