Commit 7e5cf3ca3a72a7847afa424d6c0fcae1ae4d0851

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent a5f6dde0

fix agenda button opacity on calendar page and display event block on edit sideblocks page

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 }
... ...