Commit ebd543322a7dd5b6959a512c615ef28d49d3eaf2

Authored by Melissa Wen
1 parent 26ad8bcf
Exists in pkg_fixes

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

Showing 1 changed file with 9 additions and 5 deletions   Show diff stats
css/community-pages.css
... ... @@ -552,6 +552,7 @@ float: left;
552 552  
553 553 .profile-type-is-community #content .members-block{
554 554 display: none;
  555 + margin-left: 10px;
555 556 border: 1px solid #D3D6DE;
556 557 border-radius: 4px;
557 558 }
... ... @@ -623,6 +624,7 @@ float: left;
623 624 /*height: 70px;*/
624 625 height: 100px;
625 626 max-height: 100px;
  627 + margin: 0;
626 628 }
627 629  
628 630 .profile-type-is-community #content .members-block .menu-submenu{
... ... @@ -665,7 +667,7 @@ float: left;
665 667 }
666 668  
667 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 673 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{
... ... @@ -674,8 +676,10 @@ float: left;
674 676 top: 2px;
675 677 left: 3px;
676 678 padding-bottom: 0px;
  679 + margin: 0;
677 680 background: #172738;
678 681 border: 1px solid #fff;
  682 + border-radius: 4px;
679 683 opacity: 0.7;
680 684 }
681 685  
... ... @@ -710,10 +714,10 @@ float: left;
710 714 }
711 715  
712 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 723 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{
... ...