diff --git a/themes/activate/stylesheets/site.css b/themes/activate/stylesheets/site.css index c36e0f3e1..0008bfa6f 100644 --- a/themes/activate/stylesheets/site.css +++ b/themes/activate/stylesheets/site.css @@ -5729,6 +5729,9 @@ a.topic { a.type { background-color: #f89406; } +div.types, div.topics { + margin-bottom: 9px; +} table { border: none; } diff --git a/themes/activate/stylesheets/site.less b/themes/activate/stylesheets/site.less index f409312ce..55ffe8917 100644 --- a/themes/activate/stylesheets/site.less +++ b/themes/activate/stylesheets/site.less @@ -82,6 +82,10 @@ a.type { .label-warning; } +div.types, div.topics { + margin-bottom: 9px; +} + //Table styles table { diff --git a/themes/activate/views/events/index.html.erb b/themes/activate/views/events/index.html.erb index 206c316f1..75abda143 100644 --- a/themes/activate/views/events/index.html.erb +++ b/themes/activate/views/events/index.html.erb @@ -9,7 +9,7 @@ <% content_for :sidebar do %>
- +

Filter by date

<%= form_tag events_url, :method => 'get' do -%> @@ -29,7 +29,10 @@
<% end %> - + + <%= render 'site/topic_list' %> + <%= render 'site/type_list' %> +

Subscribe to

- + <% end %>