Commit 39a81339221392b6198ded567029b4326d2429ae

Authored by Melissa Wen
1 parent 6fb4392c

Additional improvements on search institutions page

src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
... ... @@ -137,3 +137,27 @@
137 137 .search-software-item .search-software-content-block .search-content-result a {
138 138 color: #172738 !important;
139 139 }
  140 +
  141 +.action-search-institutions .common-profile-list-block .vcard a.profile_link, .comment-actions .vcard a.profile_link{
  142 + height: 108px;
  143 + max-height: 108px;
  144 +}
  145 +
  146 +.action-search-institutions #content .search-results-box .vcard{
  147 + margin: 8.5px
  148 +}
  149 +
  150 +.action-search-institutions .menu-submenu-content{
  151 + height: auto;
  152 +}
  153 +
  154 +.action-search-institutions #content .menu-submenu h4{
  155 + text-align: center;
  156 +}
  157 +
  158 +.action-search-institutions #content .menu-submenu-content ul a{
  159 + padding-left: 0;
  160 + text-align: center;
  161 +}
  162 +
  163 +
... ...