Commit a745b2cf292b315aef58017c3157b8c7d4396751
1 parent
bfb04630
Exists in
master
and in
5 other branches
Atualizando Tema
Showing
1 changed file
with
18 additions
and
2 deletions
Show diff stats
style.css
| ... | ... | @@ -330,7 +330,7 @@ p { |
| 330 | 330 | #content .profile-info-options input.button:hover, |
| 331 | 331 | #content .profile-info-options a.button:hover { |
| 332 | 332 | background-color: #ccc; |
| 333 | - border: 0px solid #CCC; | |
| 333 | + border: 1pxpx solid #CCC; | |
| 334 | 334 | } |
| 335 | 335 | |
| 336 | 336 | |
| ... | ... | @@ -851,6 +851,7 @@ p { |
| 851 | 851 | |
| 852 | 852 | .common-profile-list-block { |
| 853 | 853 | display: inline-block; |
| 854 | + vertical-align: top; | |
| 854 | 855 | } |
| 855 | 856 | |
| 856 | 857 | #search-results .common-profile-list-block { |
| ... | ... | @@ -1162,7 +1163,7 @@ input.button.with-text { |
| 1162 | 1163 | |
| 1163 | 1164 | |
| 1164 | 1165 | #content a.button:hover { |
| 1165 | - border: 0px solid #CCCCCC; | |
| 1166 | + border: 1px solid #CCCCCC; | |
| 1166 | 1167 | } |
| 1167 | 1168 | |
| 1168 | 1169 | /*label dos radio buttons da busca*/ |
| ... | ... | @@ -2028,6 +2029,21 @@ input.button.with-text { |
| 2028 | 2029 | width: auto; |
| 2029 | 2030 | } |
| 2030 | 2031 | |
| 2032 | +/*alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | |
| 2033 | +.people-block .common-profile-list-block span span.helper, | |
| 2034 | +.friends-block .common-profile-list-block span span.helper{ | |
| 2035 | + display: inline-block; | |
| 2036 | + height: 56px; | |
| 2037 | + vertical-align: middle; | |
| 2038 | + width: 0; | |
| 2039 | +} | |
| 2040 | + | |
| 2041 | +.people-block .common-profile-list-block img, | |
| 2042 | +.friends-block .common-profile-list-block img { | |
| 2043 | + vertical-align: middle; | |
| 2044 | +} | |
| 2045 | +/*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | |
| 2046 | + | |
| 2031 | 2047 | .action-home-index .box-1 .common-profile-list-block span.banner-span, |
| 2032 | 2048 | .action-environment_design-index .box-1 .common-profile-list-block span.banner-span{ |
| 2033 | 2049 | width: 111px; | ... | ... |