Commit c73f1bbf2fe44d9e9dc5dccc110ff35f17f1c30b
Committed by
Melissa Wen
1 parent
824fdd6d
Exists in
master
and in
51 other branches
Software events block, only display on profile page in - Need to develop
solution - #412
Showing
1 changed file
with
21 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -548,6 +548,27 @@ float: left; |
548 | 548 | |
549 | 549 | /*Block with Community information - Need to develop solution - Only display on profile page */ |
550 | 550 | |
551 | +#content .software-events-block{ | |
552 | + display: none; | |
553 | +} | |
554 | + | |
555 | +.profile-type-is-community .action-profile-index #content .software-events-block{ | |
556 | + display: block; | |
557 | +} | |
558 | + | |
559 | +/*** Right bar ***/ | |
560 | + | |
561 | +.template-default.profile-type-is-community .action-profile-index #content .box-3 .software-events-block, | |
562 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .software-events-block{ | |
563 | + display: none; | |
564 | +} | |
565 | + | |
566 | +.template-lefttopright.profile-type-is-community .action-content_viewer-view_page #content .box-2 .software-events-block{ | |
567 | + display: block; | |
568 | +} | |
569 | + | |
570 | +/*Block with Community information - Need to develop solution - Only display on profile page */ | |
571 | + | |
551 | 572 | .profile-type-is-community .block.community-block{ |
552 | 573 | display: none; |
553 | 574 | } | ... | ... |