Commit 7e5cf3ca3a72a7847afa424d6c0fcae1ae4d0851
Committed by
Álvaro Fernando Matos de Souza
1 parent
a5f6dde0
Exists in
master
and in
22 other branches
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,11 +543,15 @@ float: left; | ||
543 | } | 543 | } |
544 | 544 | ||
545 | /*Block with Community information - Need to develop solution - Only display on profile page */ | 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 | #content .software-events-block{ | 550 | #content .software-events-block{ |
548 | display: none; | 551 | display: none; |
549 | } | 552 | } |
550 | 553 | ||
554 | +.action-profile_design-index #content .software-events-block, | ||
551 | .profile-type-is-community .action-profile-index #content .software-events-block{ | 555 | .profile-type-is-community .action-profile-index #content .software-events-block{ |
552 | display: block; | 556 | display: block; |
553 | } | 557 | } |