Commit 1405f616ab0422384bf7c1903ffda14bcbe4ff88
Committed by
Thiago Ribeiro
1 parent
eb2480c2
Exists in
master
and in
53 other branches
Additional improvements on search institutions page
(cherry picked from commit 39a81339221392b6198ded567029b4326d2429ae)
Showing
1 changed file
with
27 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
@@ -133,3 +133,30 @@ | @@ -133,3 +133,30 @@ | ||
133 | background: none; | 133 | background: none; |
134 | border: 1px solid #ccc; | 134 | border: 1px solid #ccc; |
135 | } | 135 | } |
136 | + | ||
137 | +.search-software-item .search-software-content-block .search-content-result a { | ||
138 | + color: #172738 !important; | ||
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 | + |