Commit 9d5acfa4406f0663f35e74efe27456f268aaae96

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

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

src/noosfero-spb-theme/css/community-pages.css
@@ -552,6 +552,7 @@ float: left; @@ -552,6 +552,7 @@ float: left;
552 552
553 .profile-type-is-community #content .members-block{ 553 .profile-type-is-community #content .members-block{
554 display: none; 554 display: none;
  555 + margin-left: 10px;
555 border: 1px solid #D3D6DE; 556 border: 1px solid #D3D6DE;
556 border-radius: 4px; 557 border-radius: 4px;
557 } 558 }
@@ -623,6 +624,7 @@ float: left; @@ -623,6 +624,7 @@ float: left;
623 /*height: 70px;*/ 624 /*height: 70px;*/
624 height: 100px; 625 height: 100px;
625 max-height: 100px; 626 max-height: 100px;
  627 + margin: 0;
626 } 628 }
627 629
628 .profile-type-is-community #content .members-block .menu-submenu{ 630 .profile-type-is-community #content .members-block .menu-submenu{
@@ -665,7 +667,7 @@ float: left; @@ -665,7 +667,7 @@ float: left;
665 } 667 }
666 668
667 .profile-type-is-community #content .members-block .common-profile-list-block li{ 669 .profile-type-is-community #content .members-block .common-profile-list-block li{
668 - margin: 0px !important; 670 + margin: 0px;
669 } 671 }
670 672
671 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ 673 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{
@@ -674,8 +676,10 @@ float: left; @@ -674,8 +676,10 @@ float: left;
674 top: 2px; 676 top: 2px;
675 left: 3px; 677 left: 3px;
676 padding-bottom: 0px; 678 padding-bottom: 0px;
  679 + margin: 0;
677 background: #172738; 680 background: #172738;
678 border: 1px solid #fff; 681 border: 1px solid #fff;
  682 + border-radius: 4px;
679 opacity: 0.7; 683 opacity: 0.7;
680 } 684 }
681 685
@@ -710,10 +714,10 @@ float: left; @@ -710,10 +714,10 @@ float: left;
710 } 714 }
711 715
712 .profile-type-is-community #content .friends-block ul, #content .members-block ul { 716 .profile-type-is-community #content .friends-block ul, #content .members-block ul {
713 - min-width: 196px;  
714 - width: 192px;  
715 - margin: 0px 0px 0px 0px;  
716 - padding: 0px; 717 + max-width: 174px;
  718 + min-width: 170px;
  719 + margin: 0px;
  720 + padding: 0px 5px;
717 } 721 }
718 722
719 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ 723 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{