Commit 01abb668bdc849fff2ecf6e827a6fee39b18330f

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

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
... ... @@ -547,11 +547,15 @@ float: left;
547 547 }
548 548  
549 549 /*Block with Community information - Need to develop solution - Only display on profile page */
  550 +#agenda-toolbar a.button{
  551 + opacity: 1.0;
  552 +}
550 553  
551 554 #content .software-events-block{
552 555 display: none;
553 556 }
554 557  
  558 +.action-profile_design-index #content .software-events-block,
555 559 .profile-type-is-community .action-profile-index #content .software-events-block{
556 560 display: block;
557 561 }
... ...