Commit f564bd9888bef876fb8cb61c7916e35e61324763
1 parent
dbc7ca6c
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
10 additions
and
2 deletions
Show diff stats
style.css
@@ -2040,11 +2040,19 @@ input.button.with-text { | @@ -2040,11 +2040,19 @@ input.button.with-text { | ||
2040 | 2040 | ||
2041 | .people-block .common-profile-list-block img, | 2041 | .people-block .common-profile-list-block img, |
2042 | .friends-block .common-profile-list-block img { | 2042 | .friends-block .common-profile-list-block img { |
2043 | - vertical-align: middle; | 2043 | + margin-bottom: 5px; |
2044 | + vertical-align: bottom; | ||
2044 | } | 2045 | } |
2045 | 2046 | ||
2046 | .friends-block .common-profile-list-block .profile_link span.fn { | 2047 | .friends-block .common-profile-list-block .profile_link span.fn { |
2047 | - margin-top: 5px; | 2048 | +/* margin-top: 5px;*/ |
2049 | +} | ||
2050 | + | ||
2051 | +.box-2 .common-profile-list-block .profile-image, | ||
2052 | +.box-3 .common-profile-list-block .profile-image{ | ||
2053 | +/* border: 1px solid #CCCCCC; | ||
2054 | + height: 100%; | ||
2055 | + margin: -1px;*/ | ||
2048 | } | 2056 | } |
2049 | 2057 | ||
2050 | /*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | 2058 | /*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ |