Commit
910f5107e686dcdd54b2a22d5b39a56931d2c696
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
ActionItem664: putted the css in the rigth files
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2489 3f533792-8f58-4932-b0fe-aaf55b0a4547
|
| @@ -7,10 +7,6 @@ |
| @@ -7,10 +7,6 @@ |
|
7
| border: none; |
7
| border: none; |
|
8
| } |
8
| } |
|
9
| |
9
| |
|
10
| -.main-block, .recent-documents-block, .article-block { |
| |
|
11
| - overflow: hidden; |
| |
|
12
| -} |
| |
|
13
| - |
| |
|
14
| /*********************************************************** |
10
| /*********************************************************** |
|
15
| * the handles to where you can drag the blocks |
11
| * the handles to where you can drag the blocks |
|
16
| ***********************************************************/ |
12
| ***********************************************************/ |
|
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
|
| |
1
| +.article-block { |
|
| |
2
| + overflow: hidden; |
|
| |
3
| +} |
|
1
| /* |
1
| /* |
|
2
| Use article.css for article related css |
2
| Use article.css for article related css |
|
3
| */ |
3
| */ |
|
| |
4
| + |
|
| |
5
| +.main-block { |
|
| |
6
| + overflow: hidden; |
|
| |
7
| +} |
|
1
| #content .recent-documents-block { |
1
| #content .recent-documents-block { |
|
2
| padding: 10px 0px 10px 10px; |
2
| padding: 10px 0px 10px 10px; |
|
| |
3
| + overflow: hidden; |
|
3
| } |
4
| } |
|
4
| |
5
| |
|
5
| .recent-documents-block ul { |
6
| .recent-documents-block ul { |