diff --git a/css/civicrm.css b/css/civicrm.css index be8af43c421b..5cdf9c335369 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1701,6 +1701,10 @@ input.crm-form-entityref { .crm-container a.crm-event-feed-link { margin: 0 1ex; color: #52534D; + display: inline-block; + font-size: 10px; + padding: 2px 2px 0; + vertical-align: bottom; } .crm-container a.crm-event-feed-link:hover { diff --git a/templates/CRM/Event/Page/DashBoard.tpl b/templates/CRM/Event/Page/DashBoard.tpl index dda0626c1db8..0119172fcc20 100644 --- a/templates/CRM/Event/Page/DashBoard.tpl +++ b/templates/CRM/Event/Page/DashBoard.tpl @@ -21,10 +21,23 @@
 

{ts}Event Summary{/ts} {help id="id-event-intro"} - - - -

+ + + {ts}HTML listing of current and future public events.{/ts} + + + + {ts}Get RSS 2.0 feed for current and future public events.{/ts} + + + + {ts}Download iCalendar entry for this event.{/ts} + + + + {ts}iCalendar feed for this event.{/ts} + + {include file="CRM/common/jsortable.tpl"}