From 96a1fad13b6e6a6b673dcac1099109d1a155deb9 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Tue, 8 Dec 2015 13:10:59 -0200 Subject: [PATCH] Enable bigger profile image on members list --- app/views/profile/_profile_members_list.html.erb | 2 +- public/designs/themes/noosfero/style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) 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 @@ 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