From 5b4650d52dfdb85bec80c7a3e3eb3509a42cb20c Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Fri, 20 Jun 2008 20:41:56 +0000 Subject: [PATCH] ActionItem468: align in center button to edit article --- app/views/profile_editor/index.rhtml | 2 +- public/stylesheets/blocks/main-block.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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