Commit cb66b73ab46634f7713d12ffddab9831f7aefa84

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent 3451b52e

fix members block button, popover and elements arranging and empty blog tab on community page

Showing 1 changed file with 23 additions and 8 deletions   Show diff stats
src/noosfero-spb-theme/css/community-pages.css
@@ -355,6 +355,10 @@ @@ -355,6 +355,10 @@
355 355
356 /* Blog tab*/ 356 /* Blog tab*/
357 357
  358 +#content #blog-tab .software-blog-post-empty{
  359 + margin-top: 30px;
  360 +}
  361 +
358 #content #blog-tab .blog-posts{ 362 #content #blog-tab .blog-posts{
359 margin-top:15px; 363 margin-top:15px;
360 } 364 }
@@ -394,11 +398,13 @@ @@ -394,11 +398,13 @@
394 display:inline; 398 display:inline;
395 text-align: left; 399 text-align: left;
396 } 400 }
  401 +
397 #content #blog-tab .blog .blog-post .publishing-info .date { 402 #content #blog-tab .blog .blog-post .publishing-info .date {
398 margin: 0px 0px 5px 0px; 403 margin: 0px 0px 5px 0px;
399 - display: table-cell; 404 + display: block;
400 font-size: 11px; 405 font-size: 11px;
401 } 406 }
  407 +
402 #content #blog-tab .blog .blog-post .author { 408 #content #blog-tab .blog .blog-post .author {
403 display: none; 409 display: none;
404 } 410 }
@@ -687,9 +693,10 @@ float: left; @@ -687,9 +693,10 @@ float: left;
687 693
688 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ 694 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{
689 display: block; 695 display: block;
690 - height: 13px; 696 + height: 16px;
691 top: 3px; 697 top: 3px;
692 left: 4px; 698 left: 4px;
  699 + padding-top: 0px;
693 padding-bottom: 0px; 700 padding-bottom: 0px;
694 margin: 0; 701 margin: 0;
695 background: #172738; 702 background: #172738;
@@ -702,7 +709,7 @@ float: left; @@ -702,7 +709,7 @@ float: left;
702 color: #fff; 709 color: #fff;
703 font-family: FontAwesome; 710 font-family: FontAwesome;
704 font-size: 8px; 711 font-size: 8px;
705 - line-height: 11px; 712 + line-height: 16px;
706 } 713 }
707 714
708 .profile-type-is-community #content .members-block .common-profile-list-block .fn { 715 .profile-type-is-community #content .members-block .common-profile-list-block .fn {
@@ -734,6 +741,10 @@ float: left; @@ -734,6 +741,10 @@ float: left;
734 padding: 0px 5px; 741 padding: 0px 5px;
735 } 742 }
736 743
  744 +.profile-type-is-community #content .members-block .menu-submenu ul{
  745 + padding: 0px;
  746 +}
  747 +
737 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ 748 .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{
738 padding: 2px; 749 padding: 2px;
739 color: #fff; 750 color: #fff;
@@ -742,7 +753,7 @@ float: left; @@ -742,7 +753,7 @@ float: left;
742 line-height: 30px; 753 line-height: 30px;
743 } 754 }
744 755
745 -.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a.add-friend{ 756 +.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li:last-child a{
746 border: none; 757 border: none;
747 } 758 }
748 759
@@ -972,11 +983,15 @@ float: left; @@ -972,11 +983,15 @@ float: left;
972 } 983 }
973 984
974 .action-profile-members .box-1 .common-profile-list-block span{ 985 .action-profile-members .box-1 .common-profile-list-block span{
975 - margin-right: 9px; 986 + margin-right: 0px;
976 width: 90px; 987 width: 90px;
977 height: 86px; 988 height: 86px;
978 } 989 }
979 990
  991 +.action-profile-members .box-1 .common-profile-list-block .button-bar span{
  992 + margin: 0px
  993 +}
  994 +
980 .action-profile-members .common-profile-list-block img{ 995 .action-profile-members .common-profile-list-block img{
981 border-radius: 4px; 996 border-radius: 4px;
982 width: 82px; 997 width: 82px;
@@ -1069,9 +1084,9 @@ float: left; @@ -1069,9 +1084,9 @@ float: left;
1069 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{ 1084 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{
1070 display: block; 1085 display: block;
1071 background:#172738; 1086 background:#172738;
1072 - top:5px;  
1073 - left:4px;  
1074 - border:1px solid #172738; 1087 + top: 5px;
  1088 + left: 4px;
  1089 + border: 1px solid #172738;
1075 padding-bottom: 0px; 1090 padding-bottom: 0px;
1076 border-radius: 5px; 1091 border-radius: 5px;
1077 -moz-border-radius:5px; 1092 -moz-border-radius:5px;