FIX: Firefox floating CSS, added calendar glyph to pop up
This commit is contained in:
parent
dd84b9d79f
commit
c713cc57d0
|
@ -4,7 +4,8 @@
|
||||||
<div id='period-popup' {{bind-attr class="showPeriods::hidden"}}>
|
<div id='period-popup' {{bind-attr class="showPeriods::hidden"}}>
|
||||||
<ul>
|
<ul>
|
||||||
{{#each period.availablePeriods}}
|
{{#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}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class='clearfix'></div>
|
||||||
|
|
Loading…
Reference in New Issue