diff --git a/app/views/profile/_profile_members_list.html.erb b/app/views/profile/_profile_members_list.html.erb
index 338ca5b..64701a2 100644
--- a/app/views/profile/_profile_members_list.html.erb
+++ b/app/views/profile/_profile_members_list.html.erb
@@ -9,7 +9,7 @@
<% users.each do |u| %>
- <%= profile_image_link(u) %>
+ <%= profile_image_link(u, :thumb) %>
<% end %>
diff --git a/public/designs/themes/noosfero/style.css b/public/designs/themes/noosfero/style.css
index bfa3215..86fc24e 100644
--- a/public/designs/themes/noosfero/style.css
+++ b/public/designs/themes/noosfero/style.css
@@ -18,3 +18,33 @@
#buddy-list #environment-logo {
background-color: #BBB;
}
+
+/* Members list*/
+.profile-members-tabs-container .ui-corner-all{
+ padding-bottom: 10px;
+}
+
+#content #members-tab ul.profile-list-members,
+#content #admins-tab ul.profile-list-admins{
+ margin: 10px auto;
+}
+
+.common-profile-list-block .profile-image{
+ height: auto;
+}
+
+.common-profile-list-block .profile-image img{
+ max-height: 80px;
+ max-width: 80px;
+}
+
+.box-1 .common-profile-list-block span{
+ width: 84px;
+}
+
+.box-1 .common-profile-list-block span.fn {
+ margin-top: 5px;
+ height: 25px;
+ width: 80px;
+}
+
--
libgit2 0.21.2