Commit cb66b73ab46634f7713d12ffddab9831f7aefa84
Committed by
Álvaro Fernando Matos de Souza
1 parent
3451b52e
Exists in
master_with_pkg_fixes
and in
2 other branches
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 | 355 | |
356 | 356 | /* Blog tab*/ |
357 | 357 | |
358 | +#content #blog-tab .software-blog-post-empty{ | |
359 | + margin-top: 30px; | |
360 | +} | |
361 | + | |
358 | 362 | #content #blog-tab .blog-posts{ |
359 | 363 | margin-top:15px; |
360 | 364 | } |
... | ... | @@ -394,11 +398,13 @@ |
394 | 398 | display:inline; |
395 | 399 | text-align: left; |
396 | 400 | } |
401 | + | |
397 | 402 | #content #blog-tab .blog .blog-post .publishing-info .date { |
398 | 403 | margin: 0px 0px 5px 0px; |
399 | - display: table-cell; | |
404 | + display: block; | |
400 | 405 | font-size: 11px; |
401 | 406 | } |
407 | + | |
402 | 408 | #content #blog-tab .blog .blog-post .author { |
403 | 409 | display: none; |
404 | 410 | } |
... | ... | @@ -687,9 +693,10 @@ float: left; |
687 | 693 | |
688 | 694 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ |
689 | 695 | display: block; |
690 | - height: 13px; | |
696 | + height: 16px; | |
691 | 697 | top: 3px; |
692 | 698 | left: 4px; |
699 | + padding-top: 0px; | |
693 | 700 | padding-bottom: 0px; |
694 | 701 | margin: 0; |
695 | 702 | background: #172738; |
... | ... | @@ -702,7 +709,7 @@ float: left; |
702 | 709 | color: #fff; |
703 | 710 | font-family: FontAwesome; |
704 | 711 | font-size: 8px; |
705 | - line-height: 11px; | |
712 | + line-height: 16px; | |
706 | 713 | } |
707 | 714 | |
708 | 715 | .profile-type-is-community #content .members-block .common-profile-list-block .fn { |
... | ... | @@ -734,6 +741,10 @@ float: left; |
734 | 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 | 748 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ |
738 | 749 | padding: 2px; |
739 | 750 | color: #fff; |
... | ... | @@ -742,7 +753,7 @@ float: left; |
742 | 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 | 757 | border: none; |
747 | 758 | } |
748 | 759 | |
... | ... | @@ -972,11 +983,15 @@ float: left; |
972 | 983 | } |
973 | 984 | |
974 | 985 | .action-profile-members .box-1 .common-profile-list-block span{ |
975 | - margin-right: 9px; | |
986 | + margin-right: 0px; | |
976 | 987 | width: 90px; |
977 | 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 | 995 | .action-profile-members .common-profile-list-block img{ |
981 | 996 | border-radius: 4px; |
982 | 997 | width: 82px; |
... | ... | @@ -1069,9 +1084,9 @@ float: left; |
1069 | 1084 | .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{ |
1070 | 1085 | display: block; |
1071 | 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 | 1090 | padding-bottom: 0px; |
1076 | 1091 | border-radius: 5px; |
1077 | 1092 | -moz-border-radius:5px; | ... | ... |