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 742 padding-bottom: 0px;
743 743 margin: 0;
744 744 background: #172738;
745   - border: none;
  745 + border: 1px solid #fff;
746 746 border-radius: 4px;
  747 + opacity: 0.7;
747 748 }
748 749  
749 750 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{
... ... @@ -783,10 +784,6 @@ float: left;
783 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 787 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{
791 788 padding: 2px;
792 789 color: #fff;
... ...