Commit 5fdb941ee43686dfbcea0d636d718f77e440652d
1 parent
467d90e6
Exists in
master
and in
2 other branches
Update theme
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
style.css
@@ -276,6 +276,7 @@ p { | @@ -276,6 +276,7 @@ p { | ||
276 | .action-environment_design-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; | 277 | max-width: 76px; |
278 | max-height: 76px; | 278 | max-height: 76px; |
279 | + vertical-align: middle; | ||
279 | } | 280 | } |
280 | 281 | ||
281 | .action-home-index .communities-block .common-profile-list-block span.org, | 282 | .action-home-index .communities-block .common-profile-list-block span.org, |
@@ -290,6 +291,13 @@ p { | @@ -290,6 +291,13 @@ p { | ||
290 | display: inline-block; | 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 |