Commit
5b4650d52dfdb85bec80c7a3e3eb3509a42cb20c
Exists in
staging
and in
42 other branches
all_pending_tasks_api, api-articles-period, api_roles, caching-rails4, captcha_serpro_plugin, comments_permissions, content-manager-hostspot, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export-comment-paragraph, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_event_date_issue, fix_notification_email, fix_string_downcase_and_upcase, follower_permition, json_cookie_serializer, login-captcha, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, production-vendorized, profile_api_improvements, tasks_keep_filter_params, user_mention, webfinger_server
ActionItem468: align in center button to edit article
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2063 3f533792-8f58-4932-b0fe-aaf55b0a4547
| @@ -39,7 +39,7 @@ |
| @@ -39,7 +39,7 @@ |
39
| <% end %> |
39
| <% end %> |
40
| |
40
| |
41
| <% if @profile.person? %> |
41
| <% if @profile.person? %> |
42
| - <h2><%= _('My groups') %></h2> |
42
| + <h2><%= _('Manage my groups') %></h2> |
43
| |
43
| |
44
| <% file_manager do %> |
44
| <% file_manager do %> |
45
| |
45
| |
| @@ -6,8 +6,8 @@ |
| @@ -6,8 +6,8 @@ |
6
| |
6
| |
7
| #article-actions { |
7
| #article-actions { |
8
| position: absolute; |
8
| position: absolute; |
9
| - top: 0px; |
| |
10
| - right: 0px; |
9
| + top: -25px; |
| |
10
| + left: 45%; |
11
| padding-right: 15px; |
11
| padding-right: 15px; |
12
| } |
12
| } |
13
| #article-actions.hidden { |
13
| #article-actions.hidden { |