From a745b2cf292b315aef58017c3157b8c7d4396751 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Thu, 20 Feb 2014 16:25:08 -0300 Subject: [PATCH] Atualizando Tema --- style.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a65a06a..bb9bc97 100644 --- a/style.css +++ b/style.css @@ -330,7 +330,7 @@ p { #content .profile-info-options input.button:hover, #content .profile-info-options a.button:hover { background-color: #ccc; - border: 0px solid #CCC; + border: 1pxpx solid #CCC; } @@ -851,6 +851,7 @@ p { .common-profile-list-block { display: inline-block; + vertical-align: top; } #search-results .common-profile-list-block { @@ -1162,7 +1163,7 @@ input.button.with-text { #content a.button:hover { - border: 0px solid #CCCCCC; + border: 1px solid #CCCCCC; } /*label dos radio buttons da busca*/ @@ -2028,6 +2029,21 @@ input.button.with-text { width: auto; } +/*alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ +.people-block .common-profile-list-block span span.helper, +.friends-block .common-profile-list-block span span.helper{ + display: inline-block; + height: 56px; + vertical-align: middle; + width: 0; +} + +.people-block .common-profile-list-block img, +.friends-block .common-profile-list-block img { + vertical-align: middle; +} +/*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ + .action-home-index .box-1 .common-profile-list-block span.banner-span, .action-environment_design-index .box-1 .common-profile-list-block span.banner-span{ width: 111px; -- libgit2 0.21.2