diff --git a/src/noosfero-spb-theme/css/community-pages.css b/src/noosfero-spb-theme/css/community-pages.css index 2e40bca..ed77346 100644 --- a/src/noosfero-spb-theme/css/community-pages.css +++ b/src/noosfero-spb-theme/css/community-pages.css @@ -673,14 +673,13 @@ float: left; .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ display: block; height: 13px; - top: 2px; - left: 3px; + top: 3px; + left: 4px; padding-bottom: 0px; margin: 0; background: #172738; - border: 1px solid #fff; + border: none; border-radius: 4px; - opacity: 0.7; } .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ diff --git a/src/noosfero-spb-theme/css/software-pages.css b/src/noosfero-spb-theme/css/software-pages.css index 59e5da8..fed5ff6 100644 --- a/src/noosfero-spb-theme/css/software-pages.css +++ b/src/noosfero-spb-theme/css/software-pages.css @@ -65,7 +65,7 @@ } #content .download-block .download-list li { - padding: 30px 10px 25px 10px; + padding: 30px 10px 25px 20px; border-top: 1px solid #D3D6DE; clear: both; } @@ -156,10 +156,16 @@ display: none; } -.profile-homepage #article .article-body h1 { +.profile-homepage #article .article-body h1, +.profile-homepage #article .article-body h2, +.profile-homepage #article .article-body h3, +.profile-homepage #article .article-body h4, +.profile-homepage #article .article-body h5, +.profile-homepage #article .article-body h6 { border-top: 1px solid #ECEDF1; border-bottom: none; padding-top: 25px; + font-size: 18px; } .profile-homepage #article .article-body p { -- libgit2 0.21.2