Commit 79fcd091bf535952795c1f3d831befc867a03485
1 parent
27622dd6
Fix profile list admin tab - #773
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -1090,12 +1090,16 @@ |
1090 | 1090 | padding-bottom: 30px; |
1091 | 1091 | } |
1092 | 1092 | |
1093 | -.action-profile-members .box-1 .common-profile-list-block .profile-list-members span{ | |
1093 | +.action-profile-members .box-1 .common-profile-list-block span { | |
1094 | 1094 | margin-right: 0px; |
1095 | 1095 | width: 90px; |
1096 | 1096 | height: 86px; |
1097 | 1097 | } |
1098 | 1098 | |
1099 | +#content .common-profile-list-block .profile-members-tabs-container ul { | |
1100 | + padding: 0 18px; | |
1101 | +} | |
1102 | + | |
1099 | 1103 | .action-profile-members .box-1 .common-profile-list-block .button-bar span{ |
1100 | 1104 | margin: 0px |
1101 | 1105 | } | ... | ... |