Commit b87147c4f2cd3fb39272a912038f8e30d7d7ea2a
Exists in
master
and in
5 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -276,6 +276,7 @@ p { |
| 276 | 276 | .action-environment_design-index .communities-block .common-profile-list-block .profile-image img { |
| 277 | 277 | max-width: 76px; |
| 278 | 278 | max-height: 76px; |
| 279 | + vertical-align: middle; | |
| 279 | 280 | } |
| 280 | 281 | |
| 281 | 282 | .action-home-index .communities-block .common-profile-list-block span.org, |
| ... | ... | @@ -290,6 +291,13 @@ p { |
| 290 | 291 | display: inline-block; |
| 291 | 292 | } |
| 292 | 293 | |
| 294 | +.action-home-index .communities-block .common-profile-list-block .profile-image .helper, | |
| 295 | +.action-environment_design-index .communities-block .common-profile-list-block .profile-image .helper { | |
| 296 | + vertical-align: middle; | |
| 297 | + height: 100%; | |
| 298 | + display: inline-block; | |
| 299 | +} | |
| 300 | + | |
| 293 | 301 | |
| 294 | 302 | /*****************/ |
| 295 | 303 | ... | ... |