Commit 5fdb941ee43686dfbcea0d636d718f77e440652d

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 467d90e6

Update 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  
... ...
theme.js
... ... @@ -13,6 +13,8 @@
13 13  
14 14 });
15 15  
  16 + $( ".profile-image" ).prepend( "<span class='helper'></span>" );
  17 +
16 18 })(jQuery);
17 19  
18 20  
... ...