Commit
b6943cdaf5329a6e5c868175e82e9a81d43da348
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
ActionItem0: minor changes in template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@437 3f533792-8f58-4932-b0fe-aaf55b0a4547
| @@ -23,6 +23,7 @@ position: relative; |
| @@ -23,6 +23,7 @@ position: relative; |
23
| width: 780px; |
23
| width: 780px; |
24
| left: 50%; |
24
| left: 50%; |
25
| margin-left: -390px; |
25
| margin-left: -390px; |
| |
26
| +padding-top: 1em; |
26
| } |
27
| } |
27
| |
28
| |
28
| #box_2 { |
29
| #box_2 { |
| @@ -74,4 +74,16 @@ div.block_content |
| @@ -74,4 +74,16 @@ div.block_content |
74
| padding: 5px; |
74
| padding: 5px; |
75
| } |
75
| } |
76
| |
76
| |
77
| - |
77
| +div.block ul { |
| |
78
| + padding-left: 0px; |
| |
79
| + margin: 0px; |
| |
80
| +} |
| |
81
| +div.block ul li a:link, |
| |
82
| +div.block ul li a:hover { |
| |
83
| + display: block; |
| |
84
| + color: #000; |
| |
85
| +} |
| |
86
| +div.block ul li a:hover { |
| |
87
| + background: #ddd; |
| |
88
| + color: red; |
| |
89
| +} |