Commit b9a97fd6ce7245b2c27707848e4356a28cb428d0
Committed by
Paulo Tada
1 parent
fc9c6be2
Exists in
mezuro_cookbook
fix agenda button opacity on calendar page and display event block on edit sideblocks page
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -543,11 +543,15 @@ float: left; |
543 | 543 | } |
544 | 544 | |
545 | 545 | /*Block with Community information - Need to develop solution - Only display on profile page */ |
546 | +#agenda-toolbar a.button{ | |
547 | + opacity: 1.0; | |
548 | +} | |
546 | 549 | |
547 | 550 | #content .software-events-block{ |
548 | 551 | display: none; |
549 | 552 | } |
550 | 553 | |
554 | +.action-profile_design-index #content .software-events-block, | |
551 | 555 | .profile-type-is-community .action-profile-index #content .software-events-block{ |
552 | 556 | display: block; |
553 | 557 | } | ... | ... |