Commit f8ec386aa283303278caae998d878ef332cf35c5
1 parent
bd95faf1
Exists in
master
and in
4 other branches
updating theme
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -905,7 +905,8 @@ ul.profile-list .common-profile-list-block { |
905 | 905 | |
906 | 906 | .common-profile-list-block .profile-image { |
907 | 907 | display: block; |
908 | - height: 100%; | |
908 | + height: 56px; | |
909 | + max-height: 100%; | |
909 | 910 | width: 100%; |
910 | 911 | } |
911 | 912 | |
... | ... | @@ -2108,9 +2109,11 @@ input.button.with-text { |
2108 | 2109 | |
2109 | 2110 | .box-2 .common-profile-list-block .profile-image, |
2110 | 2111 | .box-3 .common-profile-list-block .profile-image{ |
2112 | + height: 56px; | |
2111 | 2113 | /* border: 1px solid #CCCCCC; |
2112 | 2114 | height: 100%; |
2113 | 2115 | margin: -1px;*/ |
2116 | + | |
2114 | 2117 | } |
2115 | 2118 | |
2116 | 2119 | ... | ... |