Commit 6545ba12096e96f262f790cc9fa02210dc6f709d
Exists in
master
and in
9 other branches
Merge branch 'r4' of portal.softwarepublico.gov.br:softwarepublico/noosfero-spb-theme into r4
Showing
2 changed files
with
11 additions
and
9 deletions
Show diff stats
css/community-pages.css
| ... | ... | @@ -446,8 +446,7 @@ float: left; |
| 446 | 446 | /*** Right bar ***/ |
| 447 | 447 | |
| 448 | 448 | .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, |
| 449 | -.template-lefttopright.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, | |
| 450 | -.template-leftbar.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ | |
| 449 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block | |
| 451 | 450 | display: none; |
| 452 | 451 | } |
| 453 | 452 | |
| ... | ... | @@ -501,20 +500,23 @@ float: left; |
| 501 | 500 | |
| 502 | 501 | /* Wiki block - Need to develop solution - Only display on profile page */ |
| 503 | 502 | .template-default #content .box-3 .wiki-block, |
| 504 | -.template-lefttopright #content .box-2 .wiki-block, | |
| 505 | -.template-leftbar #content .box-3 .wiki-block{ | |
| 503 | +.template-lefttopright #content .box-2 .wiki-block{ | |
| 506 | 504 | display: none; |
| 507 | 505 | } |
| 508 | 506 | |
| 509 | 507 | .template-default .action-profile-index #content .box-3 .wiki-block, |
| 510 | 508 | .template-lefttopright .action-profile-index #content .box-2 .wiki-block, |
| 511 | -.template-leftbar .action-profile-index #content .box-3 .wiki-block, | |
| 512 | 509 | .template-default .action-profile_design-index #content .box-3 .wiki-block, |
| 513 | -.template-lefttopright .action-profile_design-index #content .box-2 .wiki-block, | |
| 514 | -.template-leftbar .action-profile_design-index #content .box-3 .wiki-block{ | |
| 510 | +.template-lefttopright .action-profile_design-index #content .box-2 .wiki-block{ | |
| 515 | 511 | display: block; |
| 516 | 512 | } |
| 517 | 513 | |
| 514 | +/* Repository block and wiki block need to look a unique block */ | |
| 515 | +.action-profile-index #content .box-2 .block-outer .repository-block, | |
| 516 | +.action-profile-index #content .box-3 .block-outer .repository-block{ | |
| 517 | + margin-bottom: 20px; | |
| 518 | +} | |
| 519 | + | |
| 518 | 520 | /*Block with Members information - Need to develop solution - Only display on profile page */ |
| 519 | 521 | |
| 520 | 522 | .profile-type-is-community #content .members-block{ | ... | ... |