Commit 02e1426715506bfa5356870b440a495844f10d89
Exists in
master
and in
9 other branches
Merge branch 'restructuring_css' of portal.softwarepublico.gov.br:softwarepublic…
…o/noosfero-spb-theme into restructuring_css
Showing
2 changed files
with
62 additions
and
2 deletions
Show diff stats
css/community-pages.css
| ... | ... | @@ -9,12 +9,16 @@ |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | /*** Profile info block ***/ |
| 12 | -#content .profile-info-options{ | |
| 12 | +#content .profile-image-block .admin-link a{ | |
| 13 | + color: #2c66ce; | |
| 14 | +} | |
| 15 | + | |
| 16 | +#content .profile-image-block .profile-info-options{ | |
| 13 | 17 | padding-right: 0; |
| 14 | 18 | text-align: center; |
| 15 | 19 | } |
| 16 | 20 | |
| 17 | -#content .profile-info-options a.button.with-text{ | |
| 21 | +#content .profile-image-block .profile-info-options a.button.with-text{ | |
| 18 | 22 | font-size: 11px; |
| 19 | 23 | } |
| 20 | 24 | ... | ... |
| ... | ... | @@ -0,0 +1,56 @@ |
| 1 | +/*** Profile homepage ***/ | |
| 2 | + | |
| 3 | +/* Ratings Header */ | |
| 4 | +.profile-homepage #content .community-average-rating-container{ | |
| 5 | + margin-top: 21px; | |
| 6 | + overflow: auto; | |
| 7 | +} | |
| 8 | + | |
| 9 | +.profile-homepage #content .community-average-rating-container .star-rate-text{ | |
| 10 | + font-size: 14px; | |
| 11 | + letter-spacing: 0.2px; | |
| 12 | + margin-right: 5px; | |
| 13 | + padding: 4px 0px 0px 3px; | |
| 14 | +} | |
| 15 | + | |
| 16 | +.profile-homepage #content .community-average-rating-container .star-container{ | |
| 17 | + margin-top: 2px; | |
| 18 | +} | |
| 19 | + | |
| 20 | +.profile-homepage #content .community-average-rating-container .rate-this-community{ | |
| 21 | + font-size: 14px; | |
| 22 | + text-decoration: underline; | |
| 23 | + margin: 4px 0px 0px 6px; | |
| 24 | + padding: 0px 0px 0px 15px; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.profile-homepage #content .community-average-rating-container .rate-this-community a{ | |
| 28 | + color: #2c66ce; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.profile-homepage #content .community-average-rating-container .star-container .medium-star-negative, | |
| 32 | +.profile-homepage #content .community-average-rating-container .star-container .medium-star-positive{ | |
| 33 | + margin-right: 3px; | |
| 34 | +} | |
| 35 | + | |
| 36 | +/* Use report list */ | |
| 37 | + | |
| 38 | +.profile-homepage #content .communities-ratings-block .ratings-title .block-title { | |
| 39 | + background: none; | |
| 40 | + border-bottom: 1px solid #D3D6DE; | |
| 41 | + border-top: none; | |
| 42 | + color: #172738; | |
| 43 | + font-size: 20px; | |
| 44 | + font-weight: 700; | |
| 45 | + letter-spacing: 1.8px; | |
| 46 | + margin-bottom: 0px; | |
| 47 | + padding: 0px 0px 12px 4px; | |
| 48 | +} | |
| 49 | + | |
| 50 | +.profile-homepage #content .communities-ratings-block .ratings-list .make-report-block { | |
| 51 | + background-repeat: no-repeat; | |
| 52 | + border-bottom: 1px solid #D3D6DE; | |
| 53 | + border-top: none; | |
| 54 | + margin-top: 0px; | |
| 55 | + padding-top: 32px; | |
| 56 | +} | ... | ... |