VRFS-1820 fix latency indicator alignment issues

This commit is contained in:
Brian Smith 2014-06-27 01:59:51 -04:00
parent 3b6a65eec2
commit c285b8347a
2 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,11 @@ table.findsession-table, table.local-recordings {
text-align:center !important;
}
td.latency div.center {
display: inline-block;
margin: auto;
}
.noborder {
border-right:none;
}

View File

@ -122,7 +122,7 @@
</table>
</td>
<td width="10%" class="latency">
<div class="ml10">
<div class="center">
<table class="musicians" cellpadding="0" cellspacing="0">
{latency}
</table>
@ -183,7 +183,7 @@
</table>
</td>
<td width="10%" class="latency pt10">
<div class="ml10">
<div class="center">
<table class="musicians" cellpadding="0" cellspacing="0">
{latency}
</table>