Fixing up some UI

This commit is contained in:
perroned 2014-06-25 07:04:04 -07:00
parent 30bae7c80f
commit efb2177b2b
2 changed files with 6 additions and 5 deletions

View File

@ -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;
}

View File

@ -9,7 +9,7 @@
</th>
</thead>
<!-- Retrieve all users in the meeting -->
<tbody>
<tbody class="user-entry">
{{#each getUsersInMeeting}}
<tr>
{{> userItem}}