diff --git a/css/use-report.css b/css/use-report.css index 3bd880c..55699c4 100644 --- a/css/use-report.css +++ b/css/use-report.css @@ -1,39 +1,39 @@ /*** Profile homepage ***/ /* Ratings Header */ -.profile-homepage #content .community-average-rating-container{ +.profile-homepage #content .community-average-rating-container { margin-top: 21px; overflow: auto; } -.profile-homepage #content .community-average-rating-container .star-rate-text{ +.profile-homepage #content .community-average-rating-container .star-rate-text { font-size: 14px; letter-spacing: 0.2px; margin-right: 5px; padding: 4px 0px 0px 3px; } -.profile-homepage #content .community-average-rating-container .star-container{ +.profile-homepage #content .community-average-rating-container .star-container { margin-top: 2px; } -.profile-homepage #content .community-average-rating-container .rate-this-community{ +.profile-homepage #content .community-average-rating-container .rate-this-community { font-size: 14px; text-decoration: underline; margin: 4px 0px 0px 6px; padding: 0px 0px 0px 15px; } -.profile-homepage #content .community-average-rating-container .rate-this-community a{ +.profile-homepage #content .community-average-rating-container .rate-this-community a { color: #2c66ce; } .profile-homepage #content .community-average-rating-container .star-container .medium-star-negative, -.profile-homepage #content .community-average-rating-container .star-container .medium-star-positive{ +.profile-homepage #content .community-average-rating-container .star-container .medium-star-positive { margin-right: 3px; } -.profile-homepage #content .communities-ratings-block .button-bar a.button.with-text{ +.profile-homepage #content .communities-ratings-block .button-bar a.button.with-text { height: 32px; padding: 0px 5px; border: 1px solid #3E67B1; @@ -265,14 +265,14 @@ } #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited, -#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values{ +#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values { font-size: 12px; float: left; padding-right: 10px; height: 50px; } -#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values{ +#content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values { padding-right: 0px; height: 70px; } @@ -307,15 +307,15 @@ padding-right: 6px; } -.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after{ +.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { content: url('../images/bottom-arrow-black.png'); float: right; padding-top: 7px; padding-right: 6px; } -#content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_people_benefited, -#content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_saved_value { +#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_people_benefited, +#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_saved_value { display: block; height: 19px; width: 155px; -- libgit2 0.21.2