Commit d2412ab6cd6eb15b923b85b9b3ba4dd07351f834

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent a41e2ee4
Exists in design_validation

Fix members-block margin and vcard width and distributions in block space

src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
@@ -742,8 +742,9 @@ float: left; @@ -742,8 +742,9 @@ float: left;
742 padding-bottom: 0px; 742 padding-bottom: 0px;
743 margin: 0; 743 margin: 0;
744 background: #172738; 744 background: #172738;
745 - border: none; 745 + border: 1px solid #fff;
746 border-radius: 4px; 746 border-radius: 4px;
  747 + opacity: 0.7;
747 } 748 }
748 749
749 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ 750 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{
@@ -783,10 +784,6 @@ float: left; @@ -783,10 +784,6 @@ float: left;
783 padding: 0px 5px; 784 padding: 0px 5px;
784 } 785 }
785 786
786 -.profile-type-is-community #content .members-block .menu-submenu ul{  
787 - padding: 0px;  
788 -}  
789 -  
790 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ 787 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{
791 padding: 2px; 788 padding: 2px;
792 color: #fff; 789 color: #fff;