diff --git a/app/views/profile_editor/index.rhtml b/app/views/profile_editor/index.rhtml
index 2d12034..f8d9a8b 100644
--- a/app/views/profile_editor/index.rhtml
+++ b/app/views/profile_editor/index.rhtml
@@ -39,7 +39,7 @@
<% end %>
<% if @profile.person? %>
-
<%= _('My groups') %>
+ <%= _('Manage my groups') %>
<% file_manager do %>
diff --git a/public/stylesheets/blocks/main-block.css b/public/stylesheets/blocks/main-block.css
index 2ec0036..aa07db2 100644
--- a/public/stylesheets/blocks/main-block.css
+++ b/public/stylesheets/blocks/main-block.css
@@ -6,8 +6,8 @@
#article-actions {
position: absolute;
- top: 0px;
- right: 0px;
+ top: -25px;
+ left: 45%;
padding-right: 15px;
}
#article-actions.hidden {
--
libgit2 0.21.2