Commit 4755c2234d9d935a6fa59a3575be2ce36efb25cd
Committed by
Álvaro Fernando Matos de Souza
1 parent
9b140d15
Exists in
design_validation
fix members block button, popover and elements arranging and empty blog tab on community page
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -783,6 +783,10 @@ float: left; |
783 | 783 | padding: 0px 5px; |
784 | 784 | } |
785 | 785 | |
786 | +.profile-type-is-community #content .members-block .menu-submenu ul{ | |
787 | + padding: 0px; | |
788 | +} | |
789 | + | |
786 | 790 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ |
787 | 791 | padding: 2px; |
788 | 792 | color: #fff; | ... | ... |