FIX: Firefox floating CSS, added calendar glyph to pop up

This commit is contained in:
Robin Ward 2014-08-21 16:42:50 -04:00
parent dd84b9d79f
commit c713cc57d0
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
<div id='period-popup' {{bind-attr class="showPeriods::hidden"}}>
<ul>
{{#each period.availablePeriods}}
<li><a {{bind-attr href="showMoreUrl"}}>{{title}}</a></li>
<li><a {{bind-attr href="showMoreUrl"}}>{{top-title tagName="span" period=this}}</a></li>
{{/each}}
</ul>
</div>
<div class='clearfix'></div>