From 39a81339221392b6198ded567029b4326d2429ae Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Tue, 1 Dec 2015 02:39:19 -0200 Subject: [PATCH] Additional improvements on search institutions page --- src/noosfero-spb/noosfero-spb-theme/css/search-pages.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css index 689cc95..60f2781 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css @@ -137,3 +137,27 @@ .search-software-item .search-software-content-block .search-content-result a { color: #172738 !important; } + +.action-search-institutions .common-profile-list-block .vcard a.profile_link, .comment-actions .vcard a.profile_link{ + height: 108px; + max-height: 108px; +} + +.action-search-institutions #content .search-results-box .vcard{ + margin: 8.5px +} + +.action-search-institutions .menu-submenu-content{ + height: auto; +} + +.action-search-institutions #content .menu-submenu h4{ + text-align: center; +} + +.action-search-institutions #content .menu-submenu-content ul a{ + padding-left: 0; + text-align: center; +} + + -- libgit2 0.21.2