diff --git a/app/views/events/events.rhtml b/app/views/events/events.rhtml
index ffeb6e7..316f114 100644
--- a/app/views/events/events.rhtml
+++ b/app/views/events/events.rhtml
@@ -1,11 +1,12 @@
-
-
- <%= button :back, _('Back to %s') % profile.name, profile.url %>
- <% if user && user.has_permission?('post_content', profile) %>
- <%= button :new, _('New event'), myprofile_url(:controller => 'cms', :action => 'new', :type => 'Event') %>
- <% end %>
-
- <%= _("%s's events") % profile.name %>
-
+<%= _("%s's events") % profile.name %>
+
+
+ <%= button :back, _('Back to %s') % profile.name, profile.url %>
+ <% if user && user.has_permission?('post_content', profile) %>
+ <%= button :new, _('New event'), myprofile_url(:controller => 'cms', :action => 'new', :type => 'Event') %>
+ <% end %>
+
+
+
<%= render :partial => 'agenda' %>
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 442bb18..a2112ce 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -3217,9 +3217,7 @@ div#article-parent {
height: 90%;
}
#agenda-toolbar {
- position: absolute;
- right: 0;
- top: -10px;
+ float: right;
font-variant: normal;
font-weight: normal;
}
--
libgit2 0.21.2