aligning the category to the right of the date in the front page events widget
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 21 Sep 2018 15:24:58 +0000 (11:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 21 Sep 2018 15:24:58 +0000 (11:24 -0400)
glm-member-db-events/views/front/events/eventsFrontPage.html

index f826c76..cd2d3ef 100644 (file)
@@ -31,7 +31,7 @@
                     {if $event.recurrences.0.to_date.timestamp != $event.recurrences.0.from_date.timestamp}
                         <span class="glm-event-date-time"> - {$event.recurrences.0.to_date.timestamp|date_format:"%b %e, %Y"} </span> 
                     {/if}
-                    <span class="glm-event-category"> - {$event.categories.0.name} </span>
+                    <span class="glm-event-category" style="float: right;"> {$event.categories.0.name} </span>
                 </div>
                 <div class="{if !$event.image}sidebar-full-width{/if} glm-events-frontpage-event-content">
                     {$event.intro}