I added a new ticket graphic to the detail pages. I also removed the url
text and replaced it with 'Tickets', it's still and anchor.
top: 6px;
left: -35px;
}
+#glm-event-detail-tickets {
+ margin: 0 0 10px 20px;
+ position: relative;
+}
+#glm-event-detail-tickets:before {
+ content: "";
+ background-image: url("../assets/tickets-icon-24x24.png");
+ background-height: 24px;
+ background-width: 24px;
+
+ position: absolute;
+ width: 24px;
+ height: 24px;
+ top: 6px;
+ left: -35px;
+}
#glm-event-detail-contact {
margin: 0 0 10px 20px;
position: relative;
<div id="glm-event-detail-cost"><strong>Cost: </strong>FREE</div>
{/if}
{if $event.ticket_url}
- <div style="margin: 0 0 10px 20px;"><strong>Tickets: </strong><a target="_blank" href="{$event.ticket_url}">{$event.ticket_url}</a></div>
+ <div id="glm-event-detail-tickets"><a target="_blank" href="{$event.ticket_url}"><strong>Tickets</strong></a></div>
{/if}
<div id="glm-event-detail-contact"><strong>Contact & More Info</strong><br>
<div id="glm-event-detail-cost"><strong>Cost: </strong>FREE</div>
{/if}
{if $event.ticket_url}
- <div style="margin: 0 0 10px 20px;"><strong>Tickets: </strong><a target="_blank" href="{$event.ticket_url}">{$event.ticket_url}</a></div>
+ <div id="glm-event-detail-tickets"><a target="_blank" href="{$event.ticket_url}"><strong>Tickets</strong></a></div>
{/if}
<div id="glm-event-detail-contact"><strong>Contact & More Info</strong><br>