Commit c005211646cb0a8b8d799617ebbb01e04352257c
Committed by
Álvaro Fernando Matos de Souza
1 parent
08baca88
Exists in
master_with_pkg_fixes
and in
2 other branches
Adjustments on the block"software download" and the titles of home software
page
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -673,14 +673,13 @@ float: left; |
673 | 673 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ |
674 | 674 | display: block; |
675 | 675 | height: 13px; |
676 | - top: 2px; | |
677 | - left: 3px; | |
676 | + top: 3px; | |
677 | + left: 4px; | |
678 | 678 | padding-bottom: 0px; |
679 | 679 | margin: 0; |
680 | 680 | background: #172738; |
681 | - border: 1px solid #fff; | |
681 | + border: none; | |
682 | 682 | border-radius: 4px; |
683 | - opacity: 0.7; | |
684 | 683 | } |
685 | 684 | |
686 | 685 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ | ... | ... |
src/noosfero-spb-theme/css/software-pages.css
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | } |
66 | 66 | |
67 | 67 | #content .download-block .download-list li { |
68 | - padding: 30px 10px 25px 10px; | |
68 | + padding: 30px 10px 25px 20px; | |
69 | 69 | border-top: 1px solid #D3D6DE; |
70 | 70 | clear: both; |
71 | 71 | } |
... | ... | @@ -156,10 +156,16 @@ |
156 | 156 | display: none; |
157 | 157 | } |
158 | 158 | |
159 | -.profile-homepage #article .article-body h1 { | |
159 | +.profile-homepage #article .article-body h1, | |
160 | +.profile-homepage #article .article-body h2, | |
161 | +.profile-homepage #article .article-body h3, | |
162 | +.profile-homepage #article .article-body h4, | |
163 | +.profile-homepage #article .article-body h5, | |
164 | +.profile-homepage #article .article-body h6 { | |
160 | 165 | border-top: 1px solid #ECEDF1; |
161 | 166 | border-bottom: none; |
162 | 167 | padding-top: 25px; |
168 | + font-size: 18px; | |
163 | 169 | } |
164 | 170 | |
165 | 171 | .profile-homepage #article .article-body p { | ... | ... |