Commit 4c27fb417ef6e432838a268a5ec5d0a5db5cd475
Committed by
Thiago Ribeiro
1 parent
5a5a895b
Exists in
master
and in
53 other branches
Software events block, only display on profile page in - Need to develop
solution - #412 (cherry picked from commit c73f1bbf2fe44d9e9dc5dccc110ff35f17f1c30b)
Showing
1 changed file
with
21 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -542,6 +542,27 @@ float: left; |
542 | 542 | |
543 | 543 | /*Block with Community information - Need to develop solution - Only display on profile page */ |
544 | 544 | |
545 | +#content .software-events-block{ | |
546 | + display: none; | |
547 | +} | |
548 | + | |
549 | +.profile-type-is-community .action-profile-index #content .software-events-block{ | |
550 | + display: block; | |
551 | +} | |
552 | + | |
553 | +/*** Right bar ***/ | |
554 | + | |
555 | +.template-default.profile-type-is-community .action-profile-index #content .box-3 .software-events-block, | |
556 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .software-events-block{ | |
557 | + display: none; | |
558 | +} | |
559 | + | |
560 | +.template-lefttopright.profile-type-is-community .action-content_viewer-view_page #content .box-2 .software-events-block{ | |
561 | + display: block; | |
562 | +} | |
563 | + | |
564 | +/*Block with Community information - Need to develop solution - Only display on profile page */ | |
565 | + | |
545 | 566 | .profile-type-is-community .block.community-block{ |
546 | 567 | display: none; |
547 | 568 | } | ... | ... |