Commit 467d90e69804b422e1e9f02c8782a32f03e066b2
Exists in
master
and in
2 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
46 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -245,6 +245,52 @@ p { |
245 | 245 | } |
246 | 246 | |
247 | 247 | |
248 | +/*********************************/ | |
249 | +/* Main Page / Communities Block */ | |
250 | +/*********************************/ | |
251 | + | |
252 | +.action-home-index .communities-block .common-profile-list-block, | |
253 | +.action-environment_design-index .communities-block .common-profile-list-block { | |
254 | + margin: 5px 7px 5px 6px; | |
255 | + display: inline-block; | |
256 | + vertical-align: top; | |
257 | + text-align: center; | |
258 | +} | |
259 | + | |
260 | +.action-home-index .communities-block .common-profile-list-block .vcard, | |
261 | +.action-environment_design-index .communities-block .common-profile-list-block .vcard { | |
262 | + width: 95px; | |
263 | + height: 100%; | |
264 | + display: inline-block; | |
265 | +} | |
266 | + | |
267 | +.action-home-index .communities-block .common-profile-list-block .profile-image, | |
268 | +.action-environment_design-index .communities-block .common-profile-list-block .profile-image { | |
269 | + width: 76px; | |
270 | + height: 76px; | |
271 | + display: inline-block; | |
272 | + border: 1px solid #CCCCCC; | |
273 | +} | |
274 | + | |
275 | +.action-home-index .communities-block .common-profile-list-block .profile-image img, | |
276 | +.action-environment_design-index .communities-block .common-profile-list-block .profile-image img { | |
277 | + max-width: 76px; | |
278 | + max-height: 76px; | |
279 | +} | |
280 | + | |
281 | +.action-home-index .communities-block .common-profile-list-block span.org, | |
282 | +.action-environment_design-index .communities-block .common-profile-list-block span.org { | |
283 | + text-transform: uppercase; | |
284 | + word-wrap: break-word; | |
285 | + display: inline-block; | |
286 | + width: 90px; | |
287 | +} | |
288 | + | |
289 | +.action-home-index #content .communities-block .vcard .profile_link { | |
290 | + display: inline-block; | |
291 | +} | |
292 | + | |
293 | + | |
248 | 294 | /*****************/ |
249 | 295 | |
250 | 296 | /*Container Block - Bloco de Blocos*/ | ... | ... |